#316077

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

Shades of Blumine #316077

Tints of Blumine #316077

Color information

#316077 (or 0x316077) is unknown color: approx Blumine. HEX triplet: 31, 60 and 77. RGB value is (49,96,119). Sum of RGB (Red+Green+Blue) = 49+96+119=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #316077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316077 is #CE9F88. Grayscale: #545454. Windows color (decimal): -13541257 or 7823409. OLE color: 7823409.

HSL color Cylindrical-coordinate representation of color #316077: hue angle of 199.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #316077 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4996119-
CMYK0.590.1900.53
HSL199.71º41.67%32.94%-
HSV(B)199.71º58.82%46.67%-
XYZ8.7810.3518.99-
YUV84.57147.43102.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=18.56%
G=36.36%
B=45.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49961190.590.1900.53199.7141.6732.94
Hex3160773B13035c82a21
Octal6114016773230653105241
Binary1100011100000111011111101110011011010111001000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316077; }

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

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

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

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

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

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

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

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