Html Css Color HEX #324876 Resolution Blue

📋 copy color: '#324876'

red 50 ◦ green 72 ◦ blue 118

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

Shades of Resolution Blue #324876

Tints of Resolution Blue #324876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.17%

R = 20.83%
G = 30%
B = 49.17%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#324876 (or 0x324876) is known color: Resolution Blue. HEX triplet: 32, 48 and 76. RGB value is (50,72,118). Sum of RGB (Red+Green+Blue) = 50+72+118=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #324876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324876 is #CDB789. Grayscale: #464646. Windows color (decimal): -13481866 or 7751730. OLE color: 7751730.

HSL color Cylindrical-coordinate representation of color #324876: hue angle of 220.59º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324876 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 72 118 -
CMYK 0.58 0.39 0 0.54
HSL 220.59º 0.4% 0.33% -
HSV(B) 220.59º 0.58% 0.46% -
XYZ 6.9 6.62 18.05 -
YUV 70.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 50 72 118 0.58 0.39 0 0.54 220.59 0.4 0.33
Hex 32 48 76 3A 27 0 36 DD 28 21
Octal 62 110 166 72 47 0 66 335 50 41
Binary 110010 1001000 1110110 111010 100111 0 110110 11011101 101000 100001

Color Harmonies of #324876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324876

Black with #324876

Text Example


Text Example

White with #324876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324876; }

 p { color: rgb(50,72,118); }

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

background-color css

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

 a { background-color: rgb(50,72,118); }

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

border-color css

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

 span { border-color: rgb(50,72,118); }

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