Html Css Color HEX #31497E Fun Blue

📋 copy color: '#31497E'

red 49 ◦ green 73 ◦ blue 126

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

Shades of Fun Blue #31497E

Tints of Fun Blue #31497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 50.81%

R = 19.76%
G = 29.44%
B = 50.81%

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

#31497E (or 0x31497E) is known color: Fun Blue. HEX triplet: 31, 49 and 7E. RGB value is (49,73,126). Sum of RGB (Red+Green+Blue) = 49+73+126=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 126 (49.61% from 255 or 50.81% from 248); Max value from RGB is 126 - color contains mainly: blue. Hex color #31497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31497E is #CEB681. Grayscale: #474747. Windows color (decimal): -13547138 or 8276273. OLE color: 8276273.

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

Color convert

RGB 49 73 126 -
CMYK 0.61 0.42 0 0.51
HSL 221.3º 0.44% 0.34% -
HSV(B) 221.3º 0.61% 0.49% -
XYZ 7.42 6.92 20.68 -
YUV 71.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 49 73 126 0.61 0.42 0 0.51 221.3 0.44 0.34
Hex 31 49 7E 3D 2A 0 33 DD 2C 22
Octal 61 111 176 75 52 0 63 335 54 42
Binary 110001 1001001 1111110 111101 101010 0 110011 11011101 101100 100010

Color Harmonies of #31497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31497E

Black with #31497E

Text Example


Text Example

White with #31497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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