#316575

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

Shades of Blumine #316575

Tints of Blumine #316575

Color information

#316575 (or 0x316575) is unknown color: approx Blumine. HEX triplet: 31, 65 and 75. RGB value is (49,101,117). Sum of RGB (Red+Green+Blue) = 49+101+117=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #316575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316575 is #CE9A8A. Grayscale: #575757. Windows color (decimal): -13539979 or 7693617. OLE color: 7693617.

HSL color Cylindrical-coordinate representation of color #316575: hue angle of 194.12º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316575 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB49101117-
CMYK0.580.1400.54
HSL194.12º40.96%32.55%-
HSV(B)194.12º58.12%45.88%-
XYZ9.1311.2418.52-
YUV87.28144.77100.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=18.35%
G=37.83%
B=43.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491011170.580.1400.54194.1240.9632.55
Hex3165753AE036c22921
Octal6114516572160663025141
Binary110001110010111101011110101110011011011000010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316575; }

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

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

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

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

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

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

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

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