Html Css Color HEX #333E77 Resolution Blue

📋 copy color: '#333E77'

red 51 ◦ green 62 ◦ blue 119

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

Shades of Resolution Blue #333E77

Tints of Resolution Blue #333E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.29%

R = 21.98%
G = 26.72%
B = 51.29%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#333E77 (or 0x333E77) is known color: Resolution Blue. HEX triplet: 33, 3E and 77. RGB value is (51,62,119). Sum of RGB (Red+Green+Blue) = 51+62+119=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #333E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E77 is #CCC188. Grayscale: #404040. Windows color (decimal): -13418889 or 7814707. OLE color: 7814707.

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

Color convert

RGB 51 62 119 -
CMYK 0.57 0.48 0 0.53
HSL 230.29º 0.4% 0.33% -
HSV(B) 230.29º 0.57% 0.47% -
XYZ 6.42 5.48 18.17 -
YUV 65.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 51 62 119 0.57 0.48 0 0.53 230.29 0.4 0.33
Hex 33 3E 77 39 30 0 35 E6 28 21
Octal 63 76 167 71 60 0 65 346 50 41
Binary 110011 111110 1110111 111001 110000 0 110101 11100110 101000 100001

Color Harmonies of #333E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333E77

Black with #333E77

Text Example


Text Example

White with #333E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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