#365982

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

Shades of St Tropaz #365982

Tints of St Tropaz #365982

Color information

#365982 (or 0x365982) is unknown color: approx St Tropaz. HEX triplet: 36, 59 and 82. RGB value is (54,89,130). Sum of RGB (Red+Green+Blue) = 54+89+130=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #365982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365982 is #C9A67D. Grayscale: #535353. Windows color (decimal): -13215358 or 8542518. OLE color: 8542518.

HSL color Cylindrical-coordinate representation of color #365982: hue angle of 212.37º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #365982 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5489130-
CMYK0.580.3200.49
HSL212.37º41.3%36.08%-
HSV(B)212.37º58.46%50.98%-
XYZ9.129.5422.48-
YUV83.21154.4107.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=19.78%
G=32.60%
B=47.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54891300.580.3200.49212.3741.336.08
Hex3659823A20031d42924
Octal6613120272400613245144
Binary110110101100110000010111010100000011000111010100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365982; }

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

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

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

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

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

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

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

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