#396273

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

Shades of Blumine #396273

Tints of Blumine #396273

Color information

#396273 (or 0x396273) is unknown color: approx Blumine. HEX triplet: 39, 62 and 73. RGB value is (57,98,115). Sum of RGB (Red+Green+Blue) = 57+98+115=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #396273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396273 is #C69D8C. Grayscale: #575757. Windows color (decimal): -13016461 or 7561785. OLE color: 7561785.

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

Color convert

RGB5798115-
CMYK0.500.1500.55
HSL197.59º33.72%33.73%-
HSV(B)197.59º50.43%45.1%-
XYZ9.1510.8417.83-
YUV87.68143.42106.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.11%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=21.11%
G=36.30%
B=42.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57981150.500.1500.55197.5933.7233.73
Hex39627332F037c62222
Octal7114216362170673064242
Binary111001110001011100111100101111011011111000110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396273; }

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

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

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

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

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

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

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

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