Html Css Color HEX #32497D Fun Blue

📋 copy color: '#32497D'

red 50 ◦ green 73 ◦ blue 125

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

Shades of Fun Blue #32497D

Tints of Fun Blue #32497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.4%

R = 20.16%
G = 29.44%
B = 50.4%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32497D (or 0x32497D) is known color: Fun Blue. HEX triplet: 32, 49 and 7D. RGB value is (50,73,125). Sum of RGB (Red+Green+Blue) = 50+73+125=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #32497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32497D is #CDB682. Grayscale: #474747. Windows color (decimal): -13481603 or 8210738. OLE color: 8210738.

HSL color Cylindrical-coordinate representation of color #32497D: hue angle of 221.6º 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 #32497D is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 73 125 -
CMYK 0.60 0.42 0 0.51
HSL 221.6º 0.43% 0.34% -
HSV(B) 221.6º 0.6% 0.49% -
XYZ 7.4 6.92 20.35 -
YUV 72.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 50 73 125 0.60 0.42 0 0.51 221.6 0.43 0.34
Hex 32 49 7D 3C 2A 0 33 DE 2B 22
Octal 62 111 175 74 52 0 63 336 53 42
Binary 110010 1001001 1111101 111100 101010 0 110011 11011110 101011 100010

Color Harmonies of #32497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32497D

Black with #32497D

Text Example


Text Example

White with #32497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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