#395883

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

Shades of St Tropaz #395883

Tints of St Tropaz #395883

Color information

#395883 (or 0x395883) is unknown color: approx St Tropaz. HEX triplet: 39, 58 and 83. RGB value is (57,88,131). Sum of RGB (Red+Green+Blue) = 57+88+131=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #395883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395883 is #C6A77C. Grayscale: #535353. Windows color (decimal): -13019005 or 8607801. OLE color: 8607801.

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

Color convert

RGB5788131-
CMYK0.560.3300.49
HSL214.86º39.36%36.86%-
HSV(B)214.86º56.49%51.37%-
XYZ9.279.4922.82-
YUV83.63154.73109-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=20.65%
G=31.88%
B=47.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57881310.560.3300.49214.8639.3636.86
Hex3958833821031d72725
Octal7113020370410613274745
Binary111001101100010000011111000100001011000111010111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395883; }

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

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

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

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

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

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

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

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