#31528B

Color #31528B Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #31528B

Tints of Fun Blue #31528B

Color information

#31528B (or 0x31528B) is unknown color: approx Fun Blue. HEX triplet: 31, 52 and 8B. RGB value is (49,82,139). Sum of RGB (Red+Green+Blue) = 49+82+139=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #31528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31528B is #CEAD74. Grayscale: #4E4E4E. Windows color (decimal): -13544821 or 9130545. OLE color: 9130545.

HSL color Cylindrical-coordinate representation of color #31528B: hue angle of 218º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31528B is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4982139-
CMYK0.650.4100.45
HSL218º47.87%36.86%-
HSV(B)218º64.75%54.51%-
XYZ8.948.5525.61-
YUV78.63162.07106.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=18.15%
G=30.37%
B=51.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49821390.650.4100.4521847.8736.86
Hex31528B412902Dda3025
Octal61122213101510553326045
Binary1100011010010100010111000001101001010110111011010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31528B; }

 p { color: rgb(49,82,139); }

 H1.HeaderClassName
 {
   color: #31528B;
 }
 .AnyTagClassName
 {
   color: #31528B;
 }
</style>
background-color css

<style>
 a { background-color: #31528B; }

 a { background-color: rgb(49,82,139); }

 div.DivClassName
 {
   background-color: #31528B;
 }
 .BgClassName
 {
   background-color: #31528B;
 }
</style>
border-color css

<style>
 span { border-color: #31528B; }

 span { border-color: rgb(49,82,139); }

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