#315188

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

Shades of Fun Blue #315188

Tints of Fun Blue #315188

Color information

#315188 (or 0x315188) is unknown color: approx Fun Blue. HEX triplet: 31, 51 and 88. RGB value is (49,81,136). Sum of RGB (Red+Green+Blue) = 49+81+136=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #315188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315188 is #CEAE77. Grayscale: #4D4D4D. Windows color (decimal): -13545080 or 8933681. OLE color: 8933681.

HSL color Cylindrical-coordinate representation of color #315188: hue angle of 217.93º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #315188 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4981136-
CMYK0.640.4000.47
HSL217.93º47.03%36.27%-
HSV(B)217.93º63.97%53.33%-
XYZ8.658.3224.44-
YUV77.7160.9107.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 136 (53.52% from 255) = 51.13%
R=18.42%
G=30.45%
B=51.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49811360.640.4000.47217.9347.0336.27
Hex315188402802Fda2f24
Octal61121210100500573325744
Binary1100011010001100010001000000101000010111111011010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315188; }

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

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

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

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

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

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

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

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