#396075

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

Shades of Blumine #396075

Tints of Blumine #396075

Color information

#396075 (or 0x396075) is unknown color: approx Blumine. HEX triplet: 39, 60 and 75. RGB value is (57,96,117). Sum of RGB (Red+Green+Blue) = 57+96+117=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #396075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396075 is #C69F8A. Grayscale: #565656. Windows color (decimal): -13016971 or 7692345. OLE color: 7692345.

HSL color Cylindrical-coordinate representation of color #396075: hue angle of 201º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396075 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5796117-
CMYK0.510.1800.54
HSL201º34.48%34.12%-
HSV(B)201º51.28%45.88%-
XYZ9.0810.5218.38-
YUV86.73145.08106.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.11%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=21.11%
G=35.56%
B=43.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57961170.510.1800.5420134.4834.12
Hex3960753312036c92222
Octal7114016563220663114242
Binary1110011100000111010111001110010011011011001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396075; }

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

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

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

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

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

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

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

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