#315867

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

Shades of Blumine #315867

Tints of Blumine #315867

Color information

#315867 (or 0x315867) is unknown color: approx Blumine. HEX triplet: 31, 58 and 67. RGB value is (49,88,103). Sum of RGB (Red+Green+Blue) = 49+88+103=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #315867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315867 is #CEA798. Grayscale: #4D4D4D. Windows color (decimal): -13543321 or 6772785. OLE color: 6772785.

HSL color Cylindrical-coordinate representation of color #315867: hue angle of 196.67º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #315867 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4988103-
CMYK0.520.1500.60
HSL196.67º35.53%29.8%-
HSV(B)196.67º52.43%40.39%-
XYZ7.28.6114.11-
YUV78.05142.08107.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=20.42%
G=36.67%
B=42.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49881030.520.1500.60196.6735.5329.8
Hex31586734F03Cc5241e
Octal6113014764170743054436
Binary11000110110001100111110100111101111001100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315867; }

 p { color: rgb(49,88,103); }

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

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

 a { background-color: rgb(49,88,103); }

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

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

 span { border-color: rgb(49,88,103); }

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