#316169

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

Shades of Blumine #316169

Tints of Blumine #316169

Color information

#316169 (or 0x316169) is unknown color: approx Blumine. HEX triplet: 31, 61 and 69. RGB value is (49,97,105). Sum of RGB (Red+Green+Blue) = 49+97+105=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #316169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316169 is #CE9E96. Grayscale: #535353. Windows color (decimal): -13541015 or 6906161. OLE color: 6906161.

HSL color Cylindrical-coordinate representation of color #316169: hue angle of 188.57º 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 #316169 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4997105-
CMYK0.530.0800.59
HSL188.57º36.36%30.2%-
HSV(B)188.57º53.33%41.18%-
XYZ8.0910.2214.91-
YUV83.56140.1103.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=19.52%
G=38.65%
B=41.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49971050.530.0800.59188.5736.3630.2
Hex31616935803Bbd241e
Octal6114115165100732754436
Binary11000111000011101001110101100001110111011110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316169; }

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

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

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

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

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

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

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

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