Html Css Color HEX #31477F Fun Blue

📋 copy color: '#31477F'

red 49 ◦ green 71 ◦ blue 127

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

Shades of Fun Blue #31477F

Tints of Fun Blue #31477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.42%

R = 19.84%
G = 28.74%
B = 51.42%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31477F (or 0x31477F) is known color: Fun Blue. HEX triplet: 31, 47 and 7F. RGB value is (49,71,127). Sum of RGB (Red+Green+Blue) = 49+71+127=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #31477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31477F is #CEB880. Grayscale: #464646. Windows color (decimal): -13547649 or 8341297. OLE color: 8341297.

HSL color Cylindrical-coordinate representation of color #31477F: hue angle of 223.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31477F is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 71 127 -
CMYK 0.61 0.44 0 0.50
HSL 223.08º 0.44% 0.35% -
HSV(B) 223.08º 0.61% 0.5% -
XYZ 7.35 6.69 20.98 -
YUV 70.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 49 71 127 0.61 0.44 0 0.50 223.08 0.44 0.35
Hex 31 47 7F 3D 2C 0 32 DF 2C 23
Octal 61 107 177 75 54 0 62 337 54 43
Binary 110001 1000111 1111111 111101 101100 0 110010 11011111 101100 100011

Color Harmonies of #31477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31477F

Black with #31477F

Text Example


Text Example

White with #31477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31477F; }

 p { color: rgb(49,71,127); }

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

background-color css

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

 a { background-color: rgb(49,71,127); }

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

border-color css

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

 span { border-color: rgb(49,71,127); }

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