Html Css Color HEX #31487C Fun Blue

📋 copy color: '#31487C'

red 49 ◦ green 72 ◦ blue 124

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

Shades of Fun Blue #31487C

Tints of Fun Blue #31487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

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

R = 20%
G = 29.39%
B = 50.61%

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

#31487C (or 0x31487C) is known color: Fun Blue. HEX triplet: 31, 48 and 7C. RGB value is (49,72,124). Sum of RGB (Red+Green+Blue) = 49+72+124=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 72 (28.52% from 255 or 29.39% 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 #31487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31487C is #CEB783. Grayscale: #464646. Windows color (decimal): -13547396 or 8144945. OLE color: 8144945.

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

Color convert

RGB 49 72 124 -
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.22 6.74 19.99 -
YUV 71.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 49 72 124 0.60 0.42 0 0.51 221.6 0.43 0.34
Hex 31 48 7C 3C 2A 0 33 DE 2B 22
Octal 61 110 174 74 52 0 63 336 53 42
Binary 110001 1001000 1111100 111100 101010 0 110011 11011110 101011 100010

Color Harmonies of #31487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31487C

Black with #31487C

Text Example


Text Example

White with #31487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,72,124); }

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

background-color css

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

 a { background-color: rgb(49,72,124); }

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

border-color css

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

 span { border-color: rgb(49,72,124); }

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