Html Css Color HEX #334872 Resolution Blue

📋 copy color: '#334872'

red 51 ◦ green 72 ◦ blue 114

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

Shades of Resolution Blue #334872

Tints of Resolution Blue #334872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.38%

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

R = 21.52%
G = 30.38%
B = 48.1%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334872 (or 0x334872) is known color: Resolution Blue. HEX triplet: 33, 48 and 72. RGB value is (51,72,114). Sum of RGB (Red+Green+Blue) = 51+72+114=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #334872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334872 is #CCB78D. Grayscale: #464646. Windows color (decimal): -13416334 or 7489587. OLE color: 7489587.

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

Color convert

RGB 51 72 114 -
CMYK 0.55 0.37 0 0.55
HSL 220º 0.38% 0.32% -
HSV(B) 220º 0.55% 0.45% -
XYZ 6.72 6.55 16.83 -
YUV 70.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 51 72 114 0.55 0.37 0 0.55 220 0.38 0.32
Hex 33 48 72 37 25 0 37 DC 26 20
Octal 63 110 162 67 45 0 67 334 46 40
Binary 110011 1001000 1110010 110111 100101 0 110111 11011100 100110 100000

Color Harmonies of #334872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334872

Black with #334872

Text Example


Text Example

White with #334872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334872; }

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

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

background-color css

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

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

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

border-color css

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

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

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