#396270

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

Shades of Blumine #396270

Tints of Blumine #396270

Color information

#396270 (or 0x396270) is unknown color: approx Blumine. HEX triplet: 39, 62 and 70. RGB value is (57,98,112). Sum of RGB (Red+Green+Blue) = 57+98+112=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #396270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396270 is #C69D8F. Grayscale: #575757. Windows color (decimal): -13016464 or 7365177. OLE color: 7365177.

HSL color Cylindrical-coordinate representation of color #396270: hue angle of 195.27º 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 #396270 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5798112-
CMYK0.490.1300.56
HSL195.27º32.54%33.14%-
HSV(B)195.27º49.11%43.92%-
XYZ8.9810.7816.94-
YUV87.34141.92106.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=21.35%
G=36.70%
B=41.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57981120.490.1300.56195.2732.5433.14
Hex39627031D038c32121
Octal7114216061150703034141
Binary111001110001011100001100011101011100011000011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396270; }

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

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

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

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

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

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

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

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