#316571

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

Shades of Blumine #316571

Tints of Blumine #316571

Color information

#316571 (or 0x316571) is unknown color: approx Blumine. HEX triplet: 31, 65 and 71. RGB value is (49,101,113). Sum of RGB (Red+Green+Blue) = 49+101+113=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #316571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316571 is #CE9A8E. Grayscale: #565656. Windows color (decimal): -13539983 or 7431473. OLE color: 7431473.

HSL color Cylindrical-coordinate representation of color #316571: hue angle of 191.25º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316571 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB49101113-
CMYK0.570.1100.56
HSL191.25º39.51%31.76%-
HSV(B)191.25º56.64%44.31%-
XYZ8.911.1517.31-
YUV86.82142.77101.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=18.63%
G=38.40%
B=42.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491011130.570.1100.56191.2539.5131.76
Hex31657139B038bf2820
Octal6114516171130702775040
Binary110001110010111100011110011011011100010111111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316571; }

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

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

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

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

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

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

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

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