#365985

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

Shades of St Tropaz #365985

Tints of St Tropaz #365985

Color information

#365985 (or 0x365985) is unknown color: approx St Tropaz. HEX triplet: 36, 59 and 85. RGB value is (54,89,133). Sum of RGB (Red+Green+Blue) = 54+89+133=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #365985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365985 is #C9A67A. Grayscale: #535353. Windows color (decimal): -13215355 or 8739126. OLE color: 8739126.

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

Color convert

RGB5489133-
CMYK0.590.3300.48
HSL213.42º42.25%36.67%-
HSV(B)213.42º59.4%52.16%-
XYZ9.339.6223.56-
YUV83.55155.9106.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 133 (52.34% from 255) = 48.19%
R=19.57%
G=32.25%
B=48.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54891330.590.3300.48213.4242.2536.67
Hex3659853B21030d52a25
Octal6613120573410603255245
Binary110110101100110000101111011100001011000011010101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365985; }

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

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

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

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

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

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

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

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