#395A87

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

Shades of St Tropaz #395A87

Tints of St Tropaz #395A87

Color information

#395A87 (or 0x395A87) is unknown color: approx St Tropaz. HEX triplet: 39, 5A and 87. RGB value is (57,90,135). Sum of RGB (Red+Green+Blue) = 57+90+135=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #395A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395A87 is #C6A578. Grayscale: #555555. Windows color (decimal): -13018489 or 8870457. OLE color: 8870457.

HSL color Cylindrical-coordinate representation of color #395A87: hue angle of 214.62º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #395A87 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5790135-
CMYK0.580.3300.47
HSL214.62º40.62%37.65%-
HSV(B)214.62º57.78%52.94%-
XYZ9.729.9324.33-
YUV85.26156.07107.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=20.21%
G=31.91%
B=47.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57901350.580.3300.47214.6240.6237.65
Hex395A873A2102Fd72926
Octal7113220772410573275146
Binary111001101101010000111111010100001010111111010111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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