Html Css Color HEX #31558F Fun Blue

📋 copy color: '#31558F'

red 49 ◦ green 85 ◦ blue 143

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

Shades of Fun Blue #31558F

Tints of Fun Blue #31558F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

 BLUE value IS 143 (56.25% from 255) = 51.62%

R = 17.69%
G = 30.69%
B = 51.62%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31558F (or 0x31558F) is known color: Fun Blue. HEX triplet: 31, 55 and 8F. RGB value is (49,85,143). Sum of RGB (Red+Green+Blue) = 49+85+143=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #31558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31558F is #CEAA70. Grayscale: #505050. Windows color (decimal): -13544049 or 9393457. OLE color: 9393457.

HSL color Cylindrical-coordinate representation of color #31558F: hue angle of 217.02º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31558F is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 85 143 -
CMYK 0.66 0.41 0 0.44
HSL 217.02º 0.49% 0.38% -
HSV(B) 217.02º 0.66% 0.56% -
XYZ 9.47 9.13 27.25 -
YUV 80.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 49 85 143 0.66 0.41 0 0.44 217.02 0.49 0.38
Hex 31 55 8F 42 29 0 2C D9 31 26
Octal 61 125 217 102 51 0 54 331 61 46
Binary 110001 1010101 10001111 1000010 101001 0 101100 11011001 110001 100110

Color Harmonies of #31558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31558F

Black with #31558F

Text Example


Text Example

White with #31558F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,85,143); }

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

background-color css

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

 a { background-color: rgb(49,85,143); }

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

border-color css

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

 span { border-color: rgb(49,85,143); }

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