#395B8A

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

Shades of St Tropaz #395B8A

Tints of St Tropaz #395B8A

Color information

#395B8A (or 0x395B8A) is unknown color: approx St Tropaz. HEX triplet: 39, 5B and 8A. RGB value is (57,91,138). Sum of RGB (Red+Green+Blue) = 57+91+138=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #395B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395B8A is #C6A475. Grayscale: #555555. Windows color (decimal): -13018230 or 9067321. OLE color: 9067321.

HSL color Cylindrical-coordinate representation of color #395B8A: hue angle of 214.81º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #395B8A is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5791138-
CMYK0.590.3400.46
HSL214.81º41.54%38.24%-
HSV(B)214.81º58.7%54.12%-
XYZ10.0210.1925.48-
YUV86.19157.24107.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=19.93%
G=31.82%
B=48.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57911380.590.3400.46214.8141.5438.24
Hex395B8A3B2202Ed72a26
Octal7113321273420563275246
Binary111001101101110001010111011100010010111011010111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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