#395884

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

Shades of St Tropaz #395884

Tints of St Tropaz #395884

Color information

#395884 (or 0x395884) is unknown color: approx St Tropaz. HEX triplet: 39, 58 and 84. RGB value is (57,88,132). Sum of RGB (Red+Green+Blue) = 57+88+132=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #395884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395884 is #C6A77B. Grayscale: #535353. Windows color (decimal): -13019004 or 8673337. OLE color: 8673337.

HSL color Cylindrical-coordinate representation of color #395884: hue angle of 215.2º 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 #395884 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5788132-
CMYK0.570.3300.48
HSL215.2º39.68%37.06%-
HSV(B)215.2º56.82%51.76%-
XYZ9.349.5223.17-
YUV83.75155.23108.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=20.58%
G=31.77%
B=47.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57881320.570.3300.48215.239.6837.06
Hex3958843921030d72825
Octal7113020471410603275045
Binary111001101100010000100111001100001011000011010111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395884; }

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

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

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

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

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

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

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

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