#396271

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

Shades of Blumine #396271

Tints of Blumine #396271

Color information

#396271 (or 0x396271) is unknown color: approx Blumine. HEX triplet: 39, 62 and 71. RGB value is (57,98,113). Sum of RGB (Red+Green+Blue) = 57+98+113=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #396271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396271 is #C69D8E. Grayscale: #575757. Windows color (decimal): -13016463 or 7430713. OLE color: 7430713.

HSL color Cylindrical-coordinate representation of color #396271: hue angle of 196.07º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396271 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5798113-
CMYK0.500.1300.56
HSL196.07º32.94%33.33%-
HSV(B)196.07º49.56%44.31%-
XYZ9.0410.817.23-
YUV87.45142.42106.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=21.27%
G=36.57%
B=42.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57981130.500.1300.56196.0732.9433.33
Hex39627132D038c42121
Octal7114216162150703044141
Binary111001110001011100011100101101011100011000100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396271; }

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

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

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

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

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

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

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

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