#316168

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

Shades of Blumine #316168

Tints of Blumine #316168

Color information

#316168 (or 0x316168) is unknown color: approx Blumine. HEX triplet: 31, 61 and 68. RGB value is (49,97,104). Sum of RGB (Red+Green+Blue) = 49+97+104=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #316168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316168 is #CE9E97. Grayscale: #535353. Windows color (decimal): -13541016 or 6840625. OLE color: 6840625.

HSL color Cylindrical-coordinate representation of color #316168: hue angle of 187.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316168 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4997104-
CMYK0.530.0700.59
HSL187.64º35.95%30%-
HSV(B)187.64º52.88%40.78%-
XYZ8.0410.214.64-
YUV83.45139.6103.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 104 (41.02% from 255) = 41.6%
R=19.6%
G=38.8%
B=41.6%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49971040.530.0700.59187.6435.9530
Hex31616835703Bbc241e
Octal611411506570732744436
Binary1100011100001110100011010111101110111011110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316168; }

 p { color: rgb(49,97,104); }

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

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

 a { background-color: rgb(49,97,104); }

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

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

 span { border-color: rgb(49,97,104); }

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