#395B71

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

Shades of Blumine #395B71

Tints of Blumine #395B71

Color information

#395B71 (or 0x395B71) is unknown color: approx Blumine. HEX triplet: 39, 5B and 71. RGB value is (57,91,113). Sum of RGB (Red+Green+Blue) = 57+91+113=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #395B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B71 is #C6A48E. Grayscale: #535353. Windows color (decimal): -13018255 or 7428921. OLE color: 7428921.

HSL color Cylindrical-coordinate representation of color #395B71: hue angle of 203.57º 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 #395B71 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5791113-
CMYK0.500.1900.56
HSL203.57º32.94%33.33%-
HSV(B)203.57º49.56%44.31%-
XYZ8.419.5417.02-
YUV83.34144.74109.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=21.84%
G=34.87%
B=43.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57911130.500.1900.56203.5732.9433.33
Hex395B713213038cc2121
Octal7113316162230703144141
Binary1110011011011111000111001010011011100011001100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395B71; }

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

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

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

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

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

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

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

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