#315767

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

Shades of Blumine #315767

Tints of Blumine #315767

Color information

#315767 (or 0x315767) is unknown color: approx Blumine. HEX triplet: 31, 57 and 67. RGB value is (49,87,103). Sum of RGB (Red+Green+Blue) = 49+87+103=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #315767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315767 is #CEA898. Grayscale: #4D4D4D. Windows color (decimal): -13543577 or 6772529. OLE color: 6772529.

HSL color Cylindrical-coordinate representation of color #315767: hue angle of 197.78º 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 #315767 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4987103-
CMYK0.520.1600.60
HSL197.78º35.53%29.8%-
HSV(B)197.78º52.43%40.39%-
XYZ7.128.4514.09-
YUV77.46142.41107.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 103 (40.62% from 255) = 43.10%
R=20.50%
G=36.40%
B=43.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49871030.520.1600.60197.7835.5329.8
Hex315767341003Cc6241e
Octal6112714764200743064436
Binary110001101011111001111101001000001111001100011010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315767; }

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

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

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

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

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

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

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

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