#39606D

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

Shades of Blumine #39606D

Tints of Blumine #39606D

Color information

#39606D (or 0x39606D) is unknown color: approx Blumine. HEX triplet: 39, 60 and 6D. RGB value is (57,96,109). Sum of RGB (Red+Green+Blue) = 57+96+109=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #39606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39606D is #C69F92. Grayscale: #555555. Windows color (decimal): -13016979 or 7168057. OLE color: 7168057.

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

Color convert

RGB5796109-
CMYK0.480.1200.57
HSL195º31.33%32.55%-
HSV(B)195º47.71%42.75%-
XYZ8.6310.3416.01-
YUV85.82141.08107.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=21.76%
G=36.64%
B=41.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57961090.480.1200.5719531.3332.55
Hex39606D30C039c31f21
Octal7114015560140713033741
Binary11100111000001101101110000110001110011100001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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