#395A84

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

Shades of St Tropaz #395A84

Tints of St Tropaz #395A84

Color information

#395A84 (or 0x395A84) is unknown color: approx St Tropaz. HEX triplet: 39, 5A and 84. RGB value is (57,90,132). Sum of RGB (Red+Green+Blue) = 57+90+132=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #395A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395A84 is #C6A57B. Grayscale: #545454. Windows color (decimal): -13018492 or 8673849. OLE color: 8673849.

HSL color Cylindrical-coordinate representation of color #395A84: hue angle of 213.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395A84 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5790132-
CMYK0.570.3200.48
HSL213.6º39.68%37.06%-
HSV(B)213.6º56.82%51.76%-
XYZ9.519.8523.23-
YUV84.92154.57108.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=20.43%
G=32.26%
B=47.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57901320.570.3200.48213.639.6837.06
Hex395A843920030d62825
Octal7113220471400603265045
Binary111001101101010000100111001100000011000011010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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