Html Css Color HEX #334772 Resolution Blue

📋 copy color: '#334772'

red 51 ◦ green 71 ◦ blue 114

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

Shades of Resolution Blue #334772

Tints of Resolution Blue #334772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.08%

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 21.61%
G = 30.08%
B = 48.31%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334772 (or 0x334772) is known color: Resolution Blue. HEX triplet: 33, 47 and 72. RGB value is (51,71,114). Sum of RGB (Red+Green+Blue) = 51+71+114=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #334772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334772 is #CCB88D. Grayscale: #454545. Windows color (decimal): -13416590 or 7489331. OLE color: 7489331.

HSL color Cylindrical-coordinate representation of color #334772: hue angle of 220.95º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334772 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 71 114 -
CMYK 0.55 0.38 0 0.55
HSL 220.95º 0.38% 0.32% -
HSV(B) 220.95º 0.55% 0.45% -
XYZ 6.66 6.43 16.81 -
YUV 69.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 51 71 114 0.55 0.38 0 0.55 220.95 0.38 0.32
Hex 33 47 72 37 26 0 37 DD 26 20
Octal 63 107 162 67 46 0 67 335 46 40
Binary 110011 1000111 1110010 110111 100110 0 110111 11011101 100110 100000

Color Harmonies of #334772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334772

Black with #334772

Text Example


Text Example

White with #334772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334772; }

 p { color: rgb(51,71,114); }

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

background-color css

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

 a { background-color: rgb(51,71,114); }

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

border-color css

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

 span { border-color: rgb(51,71,114); }

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