#39626D

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

Shades of Blumine #39626D

Tints of Blumine #39626D

Color information

#39626D (or 0x39626D) is unknown color: approx Blumine. HEX triplet: 39, 62 and 6D. RGB value is (57,98,109). Sum of RGB (Red+Green+Blue) = 57+98+109=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #39626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39626D is #C69D92. Grayscale: #565656. Windows color (decimal): -13016467 or 7168569. OLE color: 7168569.

HSL color Cylindrical-coordinate representation of color #39626D: hue angle of 192.69º 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 #39626D is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5798109-
CMYK0.480.1000.57
HSL192.69º31.33%32.55%-
HSV(B)192.69º47.71%42.75%-
XYZ8.8210.7116.07-
YUV86.99140.42106.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=21.59%
G=37.12%
B=41.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57981090.480.1000.57192.6931.3332.55
Hex39626D30A039c11f21
Octal7114215560120713013741
Binary11100111000101101101110000101001110011100000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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