Html Css Color HEX #334672 Resolution Blue

📋 copy color: '#334672'

red 51 ◦ green 70 ◦ blue 114

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

Shades of Resolution Blue #334672

Tints of Resolution Blue #334672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

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

R = 21.7%
G = 29.79%
B = 48.51%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334672 (or 0x334672) is known color: Resolution Blue. HEX triplet: 33, 46 and 72. RGB value is (51,70,114). Sum of RGB (Red+Green+Blue) = 51+70+114=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #334672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334672 is #CCB98D. Grayscale: #454545. Windows color (decimal): -13416846 or 7489075. OLE color: 7489075.

HSL color Cylindrical-coordinate representation of color #334672: hue angle of 221.9º 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 #334672 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 70 114 -
CMYK 0.55 0.39 0 0.55
HSL 221.9º 0.38% 0.32% -
HSV(B) 221.9º 0.55% 0.45% -
XYZ 6.59 6.3 16.79 -
YUV 69.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 51 70 114 0.55 0.39 0 0.55 221.9 0.38 0.32
Hex 33 46 72 37 27 0 37 DE 26 20
Octal 63 106 162 67 47 0 67 336 46 40
Binary 110011 1000110 1110010 110111 100111 0 110111 11011110 100110 100000

Color Harmonies of #334672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334672

Black with #334672

Text Example


Text Example

White with #334672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334672; }

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

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

background-color css

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

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

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

border-color css

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

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

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