#315082

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

Shades of Fun Blue #315082

Tints of Fun Blue #315082

Color information

#315082 (or 0x315082) is unknown color: approx Fun Blue. HEX triplet: 31, 50 and 82. RGB value is (49,80,130). Sum of RGB (Red+Green+Blue) = 49+80+130=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #315082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315082 is #CEAF7D. Grayscale: #4C4C4C. Windows color (decimal): -13545342 or 8540209. OLE color: 8540209.

HSL color Cylindrical-coordinate representation of color #315082: hue angle of 217.04º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #315082 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4980130-
CMYK0.620.3800.49
HSL217.04º45.25%35.1%-
HSV(B)217.04º62.31%50.98%-
XYZ8.16822.23-
YUV76.43158.23108.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=18.92%
G=30.89%
B=50.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49801300.620.3800.49217.0445.2535.1
Hex3150823E26031d92d23
Octal6112020276460613315543
Binary110001101000010000010111110100110011000111011001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315082; }

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

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

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

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

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

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

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

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