Html Css Color HEX #39596E Blumine

📋 copy color: '#39596E'

red 57 ◦ green 89 ◦ blue 110

#39596E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #39596E

Tints of Blumine #39596E

RGB

 RED value IS 57 (22.66% from 255) = 22.27%

 GREEN value IS 89 (35.16% from 255) = 34.77%

 BLUE value IS 110 (43.36% from 255) = 42.97%

R = 22.27%
G = 34.77%
B = 42.97%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#39596E (or 0x39596E) is known color: Blumine. HEX triplet: 39, 59 and 6E. RGB value is (57,89,110). Sum of RGB (Red+Green+Blue) = 57+89+110=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #39596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39596E is #C6A691. Grayscale: #515151. Windows color (decimal): -13018770 or 7231801. OLE color: 7231801.

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

Color convert

RGB 57 89 110 -
CMYK 0.48 0.19 0 0.57
HSL 203.77º 0.32% 0.33% -
HSV(B) 203.77º 0.48% 0.43% -
XYZ 8.07 9.14 16.09 -
YUV 81.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 57 89 110 0.48 0.19 0 0.57 203.77 0.32 0.33
Hex 39 59 6E 30 13 0 39 CC 20 21
Octal 71 131 156 60 23 0 71 314 40 41
Binary 111001 1011001 1101110 110000 10011 0 111001 11001100 100000 100001

Color Harmonies of #39596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39596E

Black with #39596E

Text Example


Text Example

White with #39596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39596E;
 }
 .AnyTagClassName
 {
   color: #39596E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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