Html Css Color HEX #324972 Resolution Blue

📋 copy color: '#324972'

red 50 ◦ green 73 ◦ blue 114

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

Shades of Resolution Blue #324972

Tints of Resolution Blue #324972

RGB

 RED value IS 50 (19.92% from 255) = 21.1%

 GREEN value IS 73 (28.91% from 255) = 30.8%

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

R = 21.1%
G = 30.8%
B = 48.1%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#324972 (or 0x324972) is known color: Resolution Blue. HEX triplet: 32, 49 and 72. RGB value is (50,73,114). Sum of RGB (Red+Green+Blue) = 50+73+114=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 73 (28.91% from 255 or 30.80% 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 #324972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324972 is #CDB68D. Grayscale: #464646. Windows color (decimal): -13481614 or 7489842. OLE color: 7489842.

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

Color convert

RGB 50 73 114 -
CMYK 0.56 0.36 0 0.55
HSL 218.44º 0.39% 0.32% -
HSV(B) 218.44º 0.56% 0.45% -
XYZ 6.74 6.66 16.85 -
YUV 70.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 50 73 114 0.56 0.36 0 0.55 218.44 0.39 0.32
Hex 32 49 72 38 24 0 37 DA 27 20
Octal 62 111 162 70 44 0 67 332 47 40
Binary 110010 1001001 1110010 111000 100100 0 110111 11011010 100111 100000

Color Harmonies of #324972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324972

Black with #324972

Text Example


Text Example

White with #324972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324972; }

 p { color: rgb(50,73,114); }

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

background-color css

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

 a { background-color: rgb(50,73,114); }

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

border-color css

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

 span { border-color: rgb(50,73,114); }

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