#396573

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

Shades of Blumine #396573

Tints of Blumine #396573

Color information

#396573 (or 0x396573) is unknown color: approx Blumine. HEX triplet: 39, 65 and 73. RGB value is (57,101,115). Sum of RGB (Red+Green+Blue) = 57+101+115=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #396573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396573 is #C69A8C. Grayscale: #595959. Windows color (decimal): -13015693 or 7562553. OLE color: 7562553.

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

Color convert

RGB57101115-
CMYK0.500.1200.55
HSL194.48º33.72%33.73%-
HSV(B)194.48º50.43%45.1%-
XYZ9.4411.4217.93-
YUV89.44142.42104.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=20.88%
G=37.00%
B=42.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal571011150.500.1200.55194.4833.7233.73
Hex39657332C037c22222
Octal7114516362140673024242
Binary111001110010111100111100101100011011111000010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396573; }

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

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

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

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

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

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

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

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