#396372

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

Shades of Blumine #396372

Tints of Blumine #396372

Color information

#396372 (or 0x396372) is unknown color: approx Blumine. HEX triplet: 39, 63 and 72. RGB value is (57,99,114). Sum of RGB (Red+Green+Blue) = 57+99+114=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #396372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396372 is #C69C8D. Grayscale: #585858. Windows color (decimal): -13016206 or 7496505. OLE color: 7496505.

HSL color Cylindrical-coordinate representation of color #396372: hue angle of 195.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396372 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5799114-
CMYK0.500.1300.55
HSL195.79º33.33%33.53%-
HSV(B)195.79º50%44.71%-
XYZ9.1911.0117.56-
YUV88.15142.59105.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.11%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=21.11%
G=36.67%
B=42.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57991140.500.1300.55195.7933.3333.53
Hex39637232D037c42122
Octal7114316262150673044142
Binary111001110001111100101100101101011011111000100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396372; }

 p { color: rgb(57,99,114); }

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

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

 a { background-color: rgb(57,99,114); }

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

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

 span { border-color: rgb(57,99,114); }

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