#39576A

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

Shades of Blumine #39576A

Tints of Blumine #39576A

Color information

#39576A (or 0x39576A) is unknown color: approx Blumine. HEX triplet: 39, 57 and 6A. RGB value is (57,87,106). Sum of RGB (Red+Green+Blue) = 57+87+106=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #39576A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39576A is #C6A895. Grayscale: #505050. Windows color (decimal): -13019286 or 6969145. OLE color: 6969145.

HSL color Cylindrical-coordinate representation of color #39576A: hue angle of 203.27º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39576A is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5787106-
CMYK0.460.1800.58
HSL203.27º30.06%31.96%-
HSV(B)203.27º46.23%41.57%-
XYZ7.78.7314.91-
YUV80.2142.56111.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 87 (34.38% from 255) = 34.8%
BLUE value IS 106 (41.80% from 255) = 42.4%
R=22.8%
G=34.8%
B=42.4%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57871060.460.1800.58203.2730.0631.96
Hex39576A2E1203Acb1e20
Octal7112715256220723133640
Binary111001101011111010101011101001001110101100101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39576A; }

 p { color: rgb(57,87,106); }

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

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

 a { background-color: rgb(57,87,106); }

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

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

 span { border-color: rgb(57,87,106); }

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