COLOR #33377D

HEX: #33377D RGB: (51,55,125)

Color info

#33377D contains mainly blue color. Web safe color of #33377D is #333366 (or #336).

RGB color model

#33377D color RGB value is (51,55,125).

RGB: (51,55,125) (20%, 22%, 49%)

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 125 of 255 = 49%

51
55
125

R + G + B ~ 30%. #33377D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 55 + 125 = 231 (100%)
R 51 of 231 ~ 22.08%
G 55 of 231 ~ 23.81%
B 125 of 231 ~ 54.11'%

%22.08
%23.81
%54.11

CMYK color model

#33377D color CMYK value is (59,56,0,51).

  • cyan value is 59.20%
  • magenta value is 56.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (59,56,0,51)
C59M56Y0K51 (59%, 56%, 0%, 51%)
(0.59 / 0.56 / 0.00 / 0.51)

CMYK percentages

%59.2
%56
%0
%50.98

Codes

Color #33377D in popluar color models

33 37 7D
RGB 51 55 125
HSL 237° 42.05% 34.51%
HSB/HSV 237° 59.20% 49.02%
CMYK 59.20% 56.00% 0.00%
50.98%

Color #33377D in popluar number systems.

HEX 33 37 7D
Decimal 51 55 125
Binary 110011 110111 1111101
Octal 63 67 175

Shades and tints

Shades of #33377D

#33377D
(51,55,125)
#2F3272
(47,50,114)
#2B2D67
(43,45,103)
#27285C
(39,40,92)
#232351
(35,35,81)
#1F1E46
(31,30,70)
#1B193B
(27,25,59)
#171430
(23,20,48)
#130F25
(19,15,37)
#0F0A1A
(15,10,26)
#0B050F
(11,5,15)
#000000
(0,0,0)

Tints of #33377D

#33377D
(51,55,125)
#454988
(69,73,136)
#575B93
(87,91,147)
#696D9E
(105,109,158)
#7B7FA9
(123,127,169)
#8D91B4
(141,145,180)
#9FA3BF
(159,163,191)
#B1B5CA
(177,181,202)
#C3C7D5
(195,199,213)
#D5D9E0
(213,217,224)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33377D color. Also use rgb(51,55,125) instead hex code.

Text Font Color

.myTextColor { color: #33377D; }

<p style="color:#33377D">This sample text font color is #33377D.</p>

This text font color is #33377D.

Background Color

.myBgColor { background-color: #33377D; }

<div style="background-color:#33377D">Inner text</div>

This div background color is #33377D.

Border color

.myBorderColor { border: 1px solid #33377D; }

<div style="border:3px solid #33377D">Div</div>

This div border color is #33377D.

Opacity

.myOpacity80 { color: #33377D; opacity: 0.8; }

<p style="color:#33377D;opacity:0.8;">80%</p>

Text with #33377D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #33377D;}

<p style="text-shadow: 3px 3px 1px #33377D">Text here.</p>

This text has shadow with #33377D color.


.textShadow {text-shadow: 3px 3px 1px #33377D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #33377D, 5px 5px 20px red">Text here.</p>

This text has shadow with #33377D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#33377D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#33377D, Direction=45, Strength=4)">Text</p>

This text has shadow with #33377D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #33377D;
-webkit-box-shadow: 1px 1px 3px 2px #33377D;
box-shadow: 1px 1px 3px 2px #33377D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #33377D; -webkit-box-shadow: 1px 1px 3px 2px #33377D; box-shadow:1px 1px 3px 2px #33377D;">
Div content here
</div>

This div box has shadow with color #33377D.

Preview

Color preview on black background

This text has color #33377D on black background.


Color preview on white background

This text has color #33377D on white background.


Black color preview on #33377D background

This text has black color on #33377D background.


White color preview on #33377D background

This text has white color on #33377D background.


Related colors

Complementary color

Complementary color for #hex is #CCC882.


I love getcolorcode.com

Triadic colors

1 #7D3337 and #377D33 with #33377D are triadic colors.

2 #7D3733 and #37337D with #33377D are triadic colors.