#315663

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

Shades of Blumine #315663

Tints of Blumine #315663

Color information

#315663 (or 0x315663) is unknown color: approx Blumine. HEX triplet: 31, 56 and 63. RGB value is (49,86,99). Sum of RGB (Red+Green+Blue) = 49+86+99=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #315663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315663 is #CEA99C. Grayscale: #4C4C4C. Windows color (decimal): -13543837 or 6510129. OLE color: 6510129.

HSL color Cylindrical-coordinate representation of color #315663: hue angle of 195.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315663 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB498699-
CMYK0.510.1300.61
HSL195.6º33.78%29.02%-
HSV(B)195.6º50.51%38.82%-
XYZ6.858.2113.03-
YUV76.42140.74108.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=20.94%
G=36.75%
B=42.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4986990.510.1300.61195.633.7829.02
Hex31566333D03Dc4221d
Octal6112614363150753044235
Binary11000110101101100011110011110101111011100010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315663; }

 p { color: rgb(49,86,99); }

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

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

 a { background-color: rgb(49,86,99); }

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

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

 span { border-color: rgb(49,86,99); }

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