#395A6D

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

Shades of Blumine #395A6D

Tints of Blumine #395A6D

Color information

#395A6D (or 0x395A6D) is unknown color: approx Blumine. HEX triplet: 39, 5A and 6D. RGB value is (57,90,109). Sum of RGB (Red+Green+Blue) = 57+90+109=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #395A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A6D is #C6A592. Grayscale: #525252. Windows color (decimal): -13018515 or 7166521. OLE color: 7166521.

HSL color Cylindrical-coordinate representation of color #395A6D: hue angle of 201.92º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #395A6D is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5790109-
CMYK0.480.1700.57
HSL201.92º31.33%32.55%-
HSV(B)201.92º47.71%42.75%-
XYZ8.19.2915.83-
YUV82.3143.07109.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 109 (42.97% from 255) = 42.58%
R=22.27%
G=35.16%
B=42.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57901090.480.1700.57201.9231.3332.55
Hex395A6D3011039ca1f21
Octal7113215560210713123741
Binary111001101101011011011100001000101110011100101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,90,109); }

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

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

 a { background-color: rgb(57,90,109); }

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

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

 span { border-color: rgb(57,90,109); }

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