#316069

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

Shades of Blumine #316069

Tints of Blumine #316069

Color information

#316069 (or 0x316069) is unknown color: approx Blumine. HEX triplet: 31, 60 and 69. RGB value is (49,96,105). Sum of RGB (Red+Green+Blue) = 49+96+105=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #316069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316069 is #CE9F96. Grayscale: #525252. Windows color (decimal): -13541271 or 6905905. OLE color: 6905905.

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

Color convert

RGB4996105-
CMYK0.530.0900.59
HSL189.64º36.36%30.2%-
HSV(B)189.64º53.33%41.18%-
XYZ810.0414.88-
YUV82.97140.43103.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 105 (41.41% from 255) = 42%
R=19.6%
G=38.4%
B=42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49961050.530.0900.59189.6436.3630.2
Hex31606935903Bbe241e
Octal6114015165110732764436
Binary11000111000001101001110101100101110111011111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316069; }

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

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

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

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

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

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

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

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