#396072

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

Shades of Blumine #396072

Tints of Blumine #396072

Color information

#396072 (or 0x396072) is unknown color: approx Blumine. HEX triplet: 39, 60 and 72. RGB value is (57,96,114). Sum of RGB (Red+Green+Blue) = 57+96+114=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #396072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396072 is #C69F8D. Grayscale: #565656. Windows color (decimal): -13016974 or 7495737. OLE color: 7495737.

HSL color Cylindrical-coordinate representation of color #396072: hue angle of 198.95º 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 #396072 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5796114-
CMYK0.500.1600.55
HSL198.95º33.33%33.53%-
HSV(B)198.95º50%44.71%-
XYZ8.9110.4517.47-
YUV86.39143.58107.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=21.35%
G=35.96%
B=42.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57961140.500.1600.55198.9533.3333.53
Hex3960723210037c72122
Octal7114016262200673074142
Binary1110011100000111001011001010000011011111000111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396072; }

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

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

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

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

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

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

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

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