#315766

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

Shades of Blumine #315766

Tints of Blumine #315766

Color information

#315766 (or 0x315766) is unknown color: approx Blumine. HEX triplet: 31, 57 and 66. RGB value is (49,87,102). Sum of RGB (Red+Green+Blue) = 49+87+102=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #315766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315766 is #CEA899. Grayscale: #4D4D4D. Windows color (decimal): -13543578 or 6706993. OLE color: 6706993.

HSL color Cylindrical-coordinate representation of color #315766: hue angle of 196.98º degrees, saturation: 0.35, 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 #315766 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4987102-
CMYK0.520.1500.6
HSL196.98º35.1%29.61%-
HSV(B)196.98º51.96%40%-
XYZ7.078.4313.82-
YUV77.35141.91107.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=20.59%
G=36.55%
B=42.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49871020.520.1500.6196.9835.129.61
Hex31576634F03Cc5231e
Octal6112714664170743054336
Binary11000110101111100110110100111101111001100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315766; }

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

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

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

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

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

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

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

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