#316578

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

Shades of Blumine #316578

Tints of Blumine #316578

Color information

#316578 (or 0x316578) is unknown color: approx Blumine. HEX triplet: 31, 65 and 78. RGB value is (49,101,120). Sum of RGB (Red+Green+Blue) = 49+101+120=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #316578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316578 is #CE9A87. Grayscale: #575757. Windows color (decimal): -13539976 or 7890225. OLE color: 7890225.

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

Color convert

RGB49101120-
CMYK0.590.1600.53
HSL196.06º42.01%33.14%-
HSV(B)196.06º59.17%47.06%-
XYZ9.3111.3219.46-
YUV87.62146.27100.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=18.15%
G=37.41%
B=44.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491011200.590.1600.53196.0642.0133.14
Hex3165783B10035c42a21
Octal6114517073200653045241
Binary1100011100101111100011101110000011010111000100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316578; }

 p { color: rgb(49,101,120); }

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

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

 a { background-color: rgb(49,101,120); }

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

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

 span { border-color: rgb(49,101,120); }

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