#365883

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

Shades of St Tropaz #365883

Tints of St Tropaz #365883

Color information

#365883 (or 0x365883) is unknown color: approx St Tropaz. HEX triplet: 36, 58 and 83. RGB value is (54,88,131). Sum of RGB (Red+Green+Blue) = 54+88+131=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #365883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365883 is #C9A77C. Grayscale: #525252. Windows color (decimal): -13215613 or 8607798. OLE color: 8607798.

HSL color Cylindrical-coordinate representation of color #365883: hue angle of 213.51º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365883 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5488131-
CMYK0.590.3300.49
HSL213.51º41.62%36.27%-
HSV(B)213.51º58.78%51.37%-
XYZ9.119.422.81-
YUV82.74155.24107.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=19.78%
G=32.23%
B=47.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54881310.590.3300.49213.5141.6236.27
Hex3658833B21031d62a24
Octal6613020373410613265244
Binary110110101100010000011111011100001011000111010110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365883; }

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

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

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

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

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

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

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

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