#365483

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

Shades of St Tropaz #365483

Tints of St Tropaz #365483

Color information

#365483 (or 0x365483) is unknown color: approx St Tropaz. HEX triplet: 36, 54 and 83. RGB value is (54,84,131). Sum of RGB (Red+Green+Blue) = 54+84+131=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #365483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365483 is #C9AB7C. Grayscale: #505050. Windows color (decimal): -13216637 or 8606774. OLE color: 8606774.

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

Color convert

RGB5484131-
CMYK0.590.3600.49
HSL216.62º41.62%36.27%-
HSV(B)216.62º58.78%51.37%-
XYZ8.798.7622.7-
YUV80.39156.56109.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=20.07%
G=31.23%
B=48.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54841310.590.3600.49216.6241.6236.27
Hex3654833B24031d92a24
Octal6612420373440613315244
Binary110110101010010000011111011100100011000111011001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365483; }

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

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

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

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

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

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

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

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