#365585

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

Shades of St Tropaz #365585

Tints of St Tropaz #365585

Color information

#365585 (or 0x365585) is unknown color: approx St Tropaz. HEX triplet: 36, 55 and 85. RGB value is (54,85,133). Sum of RGB (Red+Green+Blue) = 54+85+133=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #365585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365585 is #C9AA7A. Grayscale: #505050. Windows color (decimal): -13216379 or 8738102. OLE color: 8738102.

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

Color convert

RGB5485133-
CMYK0.590.3600.48
HSL216.46º42.25%36.67%-
HSV(B)216.46º59.4%52.16%-
XYZ98.9723.45-
YUV81.2157.23108.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=19.85%
G=31.25%
B=48.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54851330.590.3600.48216.4642.2536.67
Hex3655853B24030d82a25
Octal6612520573440603305245
Binary110110101010110000101111011100100011000011011000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365585; }

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

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

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

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

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

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

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

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