Html Css Color HEX #333E76 Resolution Blue

📋 copy color: '#333E76'

red 51 ◦ green 62 ◦ blue 118

#333E76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #333E76

Tints of Resolution Blue #333E76

RGB

 RED value IS 51 (20.31% from 255) = 22.08%

 GREEN value IS 62 (24.61% from 255) = 26.84%

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 22.08%
G = 26.84%
B = 51.08%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#333E76 (or 0x333E76) is known color: Resolution Blue. HEX triplet: 33, 3E and 76. RGB value is (51,62,118). Sum of RGB (Red+Green+Blue) = 51+62+118=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #333E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E76 is #CCC189. Grayscale: #404040. Windows color (decimal): -13418890 or 7749171. OLE color: 7749171.

HSL color Cylindrical-coordinate representation of color #333E76: hue angle of 230.15º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333E76 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 62 118 -
CMYK 0.57 0.47 0 0.54
HSL 230.15º 0.4% 0.33% -
HSV(B) 230.15º 0.57% 0.46% -
XYZ 6.36 5.46 17.86 -
YUV 65.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 51 62 118 0.57 0.47 0 0.54 230.15 0.4 0.33
Hex 33 3E 76 39 2F 0 36 E6 28 21
Octal 63 76 166 71 57 0 66 346 50 41
Binary 110011 111110 1110110 111001 101111 0 110110 11100110 101000 100001

Color Harmonies of #333E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333E76

Black with #333E76

Text Example


Text Example

White with #333E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333E76; }

 p { color: rgb(51,62,118); }

 H1.HeaderClassName
 {
   color: #333E76;
 }
 .AnyTagClassName
 {
   color: #333E76;
 }
</style>

background-color css

<style>
 a { background-color: #333E76; }

 a { background-color: rgb(51,62,118); }

 div.DivClassName
 {
   background-color: #333E76;
 }
 .BgClassName
 {
   background-color: #333E76;
 }
</style>

border-color css

<style>
 span { border-color: #333E76; }

 span { border-color: rgb(51,62,118); }

 td.TdClassName
 {
   border-color: #333E76;
 }
 .TagClassName
 {
   border-color: #333E76;
 }
</style>