Html Css Color HEX #31497D Fun Blue

📋 copy color: '#31497D'

red 49 ◦ green 73 ◦ blue 125

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

Shades of Fun Blue #31497D

Tints of Fun Blue #31497D

RGB

 RED value IS 49 (19.53% from 255) = 19.84%

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

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

R = 19.84%
G = 29.55%
B = 50.61%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31497D (or 0x31497D) is known color: Fun Blue. HEX triplet: 31, 49 and 7D. RGB value is (49,73,125). Sum of RGB (Red+Green+Blue) = 49+73+125=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #31497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31497D is #CEB682. Grayscale: #474747. Windows color (decimal): -13547139 or 8210737. OLE color: 8210737.

HSL color Cylindrical-coordinate representation of color #31497D: hue angle of 221.05º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31497D is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 73 125 -
CMYK 0.61 0.42 0 0.51
HSL 221.05º 0.44% 0.34% -
HSV(B) 221.05º 0.61% 0.49% -
XYZ 7.35 6.9 20.35 -
YUV 71.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 49 73 125 0.61 0.42 0 0.51 221.05 0.44 0.34
Hex 31 49 7D 3D 2A 0 33 DD 2C 22
Octal 61 111 175 75 52 0 63 335 54 42
Binary 110001 1001001 1111101 111101 101010 0 110011 11011101 101100 100010

Color Harmonies of #31497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31497D

Black with #31497D

Text Example


Text Example

White with #31497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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