#315085

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

Shades of Fun Blue #315085

Tints of Fun Blue #315085

Color information

#315085 (or 0x315085) is unknown color: approx Fun Blue. HEX triplet: 31, 50 and 85. RGB value is (49,80,133). Sum of RGB (Red+Green+Blue) = 49+80+133=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #315085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315085 is #CEAF7A. Grayscale: #4C4C4C. Windows color (decimal): -13545339 or 8736817. OLE color: 8736817.

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

Color convert

RGB4980133-
CMYK0.630.4000.48
HSL217.86º46.15%35.69%-
HSV(B)217.86º63.16%52.16%-
XYZ8.378.0823.31-
YUV76.77159.73108.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 133 (52.34% from 255) = 50.76%
R=18.70%
G=30.53%
B=50.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49801330.630.4000.48217.8646.1535.69
Hex3150853F28030da2e24
Octal6112020577500603325644
Binary110001101000010000101111111101000011000011011010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315085; }

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

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

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

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

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

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

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

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