#39586D

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

Shades of Blumine #39586D

Tints of Blumine #39586D

Color information

#39586D (or 0x39586D) is unknown color: approx Blumine. HEX triplet: 39, 58 and 6D. RGB value is (57,88,109). Sum of RGB (Red+Green+Blue) = 57+88+109=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #39586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39586D is #C6A792. Grayscale: #515151. Windows color (decimal): -13019027 or 7166009. OLE color: 7166009.

HSL color Cylindrical-coordinate representation of color #39586D: hue angle of 204.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #39586D is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5788109-
CMYK0.480.1900.57
HSL204.23º31.33%32.55%-
HSV(B)204.23º47.71%42.75%-
XYZ7.948.9515.78-
YUV81.12143.73110.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 109 (42.97% from 255) = 42.91%
R=22.44%
G=34.65%
B=42.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57881090.480.1900.57204.2331.3332.55
Hex39586D3013039cc1f21
Octal7113015560230713143741
Binary111001101100011011011100001001101110011100110011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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