#316470

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

Shades of Blumine #316470

Tints of Blumine #316470

Color information

#316470 (or 0x316470) is unknown color: approx Blumine. HEX triplet: 31, 64 and 70. RGB value is (49,100,112). Sum of RGB (Red+Green+Blue) = 49+100+112=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #316470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316470 is #CE9B8F. Grayscale: #565656. Windows color (decimal): -13540240 or 7365681. OLE color: 7365681.

HSL color Cylindrical-coordinate representation of color #316470: hue angle of 191.43º 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 #316470 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB49100112-
CMYK0.560.1100.56
HSL191.43º39.13%31.57%-
HSV(B)191.43º56.25%43.92%-
XYZ8.7510.9416.98-
YUV86.12142.6101.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 100 (39.45% from 255) = 38.31%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=18.77%
G=38.31%
B=42.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491001120.560.1100.56191.4339.1331.57
Hex31647038B038bf2720
Octal6114416070130702774740
Binary110001110010011100001110001011011100010111111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316470; }

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

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

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

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

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

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

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

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