#365583

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

Shades of St Tropaz #365583

Tints of St Tropaz #365583

Color information

#365583 (or 0x365583) is unknown color: approx St Tropaz. HEX triplet: 36, 55 and 83. RGB value is (54,85,131). Sum of RGB (Red+Green+Blue) = 54+85+131=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #365583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365583 is #C9AA7C. Grayscale: #505050. Windows color (decimal): -13216381 or 8607030. OLE color: 8607030.

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

Color convert

RGB5485131-
CMYK0.590.3500.49
HSL215.84º41.62%36.27%-
HSV(B)215.84º58.78%51.37%-
XYZ8.878.9222.73-
YUV80.97156.23108.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 131 (51.56% from 255) = 48.52%
R=20%
G=31.48%
B=48.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54851310.590.3500.49215.8441.6236.27
Hex3655833B23031d82a24
Octal6612520373430613305244
Binary110110101010110000011111011100011011000111011000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365583; }

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

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

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

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

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

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

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

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