Html Css Color HEX #32477C Resolution Blue

📋 copy color: '#32477C'

red 50 ◦ green 71 ◦ blue 124

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

Shades of Resolution Blue #32477C

Tints of Resolution Blue #32477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50.61%

R = 20.41%
G = 28.98%
B = 50.61%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32477C (or 0x32477C) is known color: Resolution Blue. HEX triplet: 32, 47 and 7C. RGB value is (50,71,124). Sum of RGB (Red+Green+Blue) = 50+71+124=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #32477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32477C is #CDB883. Grayscale: #464646. Windows color (decimal): -13482116 or 8144690. OLE color: 8144690.

HSL color Cylindrical-coordinate representation of color #32477C: hue angle of 222.97º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32477C is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 71 124 -
CMYK 0.60 0.43 0 0.51
HSL 222.97º 0.43% 0.34% -
HSV(B) 222.97º 0.6% 0.49% -
XYZ 7.21 6.64 19.97 -
YUV 70.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 50 71 124 0.60 0.43 0 0.51 222.97 0.43 0.34
Hex 32 47 7C 3C 2B 0 33 DF 2B 22
Octal 62 107 174 74 53 0 63 337 53 42
Binary 110010 1000111 1111100 111100 101011 0 110011 11011111 101011 100010

Color Harmonies of #32477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32477C

Black with #32477C

Text Example


Text Example

White with #32477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32477C; }

 p { color: rgb(50,71,124); }

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

background-color css

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

 a { background-color: rgb(50,71,124); }

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

border-color css

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

 span { border-color: rgb(50,71,124); }

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