#315184

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

Shades of Fun Blue #315184

Tints of Fun Blue #315184

Color information

#315184 (or 0x315184) is unknown color: approx Fun Blue. HEX triplet: 31, 51 and 84. RGB value is (49,81,132). Sum of RGB (Red+Green+Blue) = 49+81+132=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #315184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315184 is #CEAE7B. Grayscale: #4D4D4D. Windows color (decimal): -13545084 or 8671537. OLE color: 8671537.

HSL color Cylindrical-coordinate representation of color #315184: hue angle of 216.87º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315184 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4981132-
CMYK0.630.3900.48
HSL216.87º45.86%35.49%-
HSV(B)216.87º62.88%51.76%-
XYZ8.378.222.97-
YUV77.25158.9107.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 132 (51.95% from 255) = 50.38%
R=18.70%
G=30.92%
B=50.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49811320.630.3900.48216.8745.8635.49
Hex3151843F27030d92e23
Octal6112120477470603315643
Binary110001101000110000100111111100111011000011011001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315184; }

 p { color: rgb(49,81,132); }

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

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

 a { background-color: rgb(49,81,132); }

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

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

 span { border-color: rgb(49,81,132); }

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