#39626C

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

Shades of Blumine #39626C

Tints of Blumine #39626C

Color information

#39626C (or 0x39626C) is unknown color: approx Blumine. HEX triplet: 39, 62 and 6C. RGB value is (57,98,108). Sum of RGB (Red+Green+Blue) = 57+98+108=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #39626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39626C is #C69D93. Grayscale: #565656. Windows color (decimal): -13016468 or 7103033. OLE color: 7103033.

HSL color Cylindrical-coordinate representation of color #39626C: hue angle of 191.76º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39626C is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5798108-
CMYK0.470.0900.58
HSL191.76º30.91%32.35%-
HSV(B)191.76º47.22%42.35%-
XYZ8.7610.6915.79-
YUV86.88139.92106.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=21.67%
G=37.26%
B=41.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57981080.470.0900.58191.7630.9132.35
Hex39626C2F903Ac01f20
Octal7114215457110723003740
Binary11100111000101101100101111100101110101100000011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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