#396570

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

Shades of Blumine #396570

Tints of Blumine #396570

Color information

#396570 (or 0x396570) is unknown color: approx Blumine. HEX triplet: 39, 65 and 70. RGB value is (57,101,112). Sum of RGB (Red+Green+Blue) = 57+101+112=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #396570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396570 is #C69A8F. Grayscale: #595959. Windows color (decimal): -13015696 or 7365945. OLE color: 7365945.

HSL color Cylindrical-coordinate representation of color #396570: hue angle of 192º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396570 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB57101112-
CMYK0.490.1000.56
HSL192º32.54%33.14%-
HSV(B)192º49.11%43.92%-
XYZ9.2711.3517.03-
YUV89.1140.92105.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.11%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=21.11%
G=37.41%
B=41.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571011120.490.1000.5619232.5433.14
Hex39657031A038c02121
Octal7114516061120703004141
Binary111001110010111100001100011010011100011000000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396570; }

 p { color: rgb(57,101,112); }

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

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

 a { background-color: rgb(57,101,112); }

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

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

 span { border-color: rgb(57,101,112); }

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