#396073

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

Shades of Blumine #396073

Tints of Blumine #396073

Color information

#396073 (or 0x396073) is unknown color: approx Blumine. HEX triplet: 39, 60 and 73. RGB value is (57,96,115). Sum of RGB (Red+Green+Blue) = 57+96+115=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #396073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396073 is #C69F8C. Grayscale: #565656. Windows color (decimal): -13016973 or 7561273. OLE color: 7561273.

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

Color convert

RGB5796115-
CMYK0.500.1700.55
HSL199.66º33.72%33.73%-
HSV(B)199.66º50.43%45.1%-
XYZ8.9610.4717.77-
YUV86.5144.08106.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=21.27%
G=35.82%
B=42.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57961150.500.1700.55199.6633.7233.73
Hex3960733211037c82222
Octal7114016362210673104242
Binary1110011100000111001111001010001011011111001000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396073; }

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

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

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

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

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

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

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

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