#39626E

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

Shades of Blumine #39626E

Tints of Blumine #39626E

Color information

#39626E (or 0x39626E) is unknown color: approx Blumine. HEX triplet: 39, 62 and 6E. RGB value is (57,98,110). Sum of RGB (Red+Green+Blue) = 57+98+110=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #39626E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39626E is #C69D91. Grayscale: #575757. Windows color (decimal): -13016466 or 7234105. OLE color: 7234105.

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

Color convert

RGB5798110-
CMYK0.480.1100.57
HSL193.58º31.74%32.75%-
HSV(B)193.58º48.18%43.14%-
XYZ8.8710.7316.36-
YUV87.11140.92106.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=21.51%
G=36.98%
B=41.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57981100.480.1100.57193.5831.7432.75
Hex39626E30B039c22021
Octal7114215660130713024041
Binary111001110001011011101100001011011100111000010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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