#365685

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

Shades of St Tropaz #365685

Tints of St Tropaz #365685

Color information

#365685 (or 0x365685) is unknown color: approx St Tropaz. HEX triplet: 36, 56 and 85. RGB value is (54,86,133). Sum of RGB (Red+Green+Blue) = 54+86+133=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #365685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365685 is #C9A97A. Grayscale: #515151. Windows color (decimal): -13216123 or 8738358. OLE color: 8738358.

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

Color convert

RGB5486133-
CMYK0.590.3500.48
HSL215.7º42.25%36.67%-
HSV(B)215.7º59.4%52.16%-
XYZ9.089.1323.47-
YUV81.79156.9108.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=19.78%
G=31.50%
B=48.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54861330.590.3500.48215.742.2536.67
Hex3656853B23030d82a25
Octal6612620573430603305245
Binary110110101011010000101111011100011011000011011000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365685; }

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

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

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

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

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

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

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

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