#39586F

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

Shades of Blumine #39586F

Tints of Blumine #39586F

Color information

#39586F (or 0x39586F) is unknown color: approx Blumine. HEX triplet: 39, 58 and 6F. RGB value is (57,88,111). Sum of RGB (Red+Green+Blue) = 57+88+111=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #39586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39586F is #C6A790. Grayscale: #515151. Windows color (decimal): -13019025 or 7297081. OLE color: 7297081.

HSL color Cylindrical-coordinate representation of color #39586F: hue angle of 205.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39586F is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5788111-
CMYK0.490.2100.56
HSL205.56º32.14%32.94%-
HSV(B)205.56º48.65%43.53%-
XYZ8.05916.35-
YUV81.35144.73110.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 111 (43.75% from 255) = 43.36%
R=22.27%
G=34.38%
B=43.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57881110.490.2100.56205.5632.1432.94
Hex39586F3115038ce2021
Octal7113015761250703164041
Binary1110011011000110111111000110101011100011001110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39586F; }

 p { color: rgb(57,88,111); }

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

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

 a { background-color: rgb(57,88,111); }

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

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

 span { border-color: rgb(57,88,111); }

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