#315088

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

Shades of Fun Blue #315088

Tints of Fun Blue #315088

Color information

#315088 (or 0x315088) is unknown color: approx Fun Blue. HEX triplet: 31, 50 and 88. RGB value is (49,80,136). Sum of RGB (Red+Green+Blue) = 49+80+136=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #315088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315088 is #CEAF77. Grayscale: #4C4C4C. Windows color (decimal): -13545336 or 8933425. OLE color: 8933425.

HSL color Cylindrical-coordinate representation of color #315088: hue angle of 218.62º 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 #315088 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4980136-
CMYK0.640.4100.47
HSL218.62º47.03%36.27%-
HSV(B)218.62º63.97%53.33%-
XYZ8.588.1724.42-
YUV77.11161.23107.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 136 (53.52% from 255) = 51.32%
R=18.49%
G=30.19%
B=51.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49801360.640.4100.47218.6247.0336.27
Hex315088402902Fdb2f24
Octal61120210100510573335744
Binary1100011010000100010001000000101001010111111011011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315088; }

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

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

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

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

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

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

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

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