#316570

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

Shades of Blumine #316570

Tints of Blumine #316570

Color information

#316570 (or 0x316570) is unknown color: approx Blumine. HEX triplet: 31, 65 and 70. RGB value is (49,101,112). Sum of RGB (Red+Green+Blue) = 49+101+112=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #316570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316570 is #CE9A8F. Grayscale: #565656. Windows color (decimal): -13539984 or 7365937. OLE color: 7365937.

HSL color Cylindrical-coordinate representation of color #316570: hue angle of 190.48º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316570 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB49101112-
CMYK0.560.1000.56
HSL190.48º39.13%31.57%-
HSV(B)190.48º56.25%43.92%-
XYZ8.8411.1317.01-
YUV86.71142.27101.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 101 (39.84% from 255) = 38.55%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=18.70%
G=38.55%
B=42.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491011120.560.1000.56190.4839.1331.57
Hex31657038A038be2720
Octal6114516070120702764740
Binary110001110010111100001110001010011100010111110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316570; }

 p { color: rgb(49,101,112); }

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

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

 a { background-color: rgb(49,101,112); }

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

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

 span { border-color: rgb(49,101,112); }

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