#395A83

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

Shades of St Tropaz #395A83

Tints of St Tropaz #395A83

Color information

#395A83 (or 0x395A83) is unknown color: approx St Tropaz. HEX triplet: 39, 5A and 83. RGB value is (57,90,131). Sum of RGB (Red+Green+Blue) = 57+90+131=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #395A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395A83 is #C6A57C. Grayscale: #545454. Windows color (decimal): -13018493 or 8608313. OLE color: 8608313.

HSL color Cylindrical-coordinate representation of color #395A83: hue angle of 213.24º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395A83 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5790131-
CMYK0.560.3100.49
HSL213.24º39.36%36.86%-
HSV(B)213.24º56.49%51.37%-
XYZ9.449.8222.87-
YUV84.81154.07108.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=20.50%
G=32.37%
B=47.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57901310.560.3100.49213.2439.3636.86
Hex395A83381F031d52725
Octal7113220370370613254745
Binary11100110110101000001111100011111011000111010101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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