#365784

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

Shades of St Tropaz #365784

Tints of St Tropaz #365784

Color information

#365784 (or 0x365784) is unknown color: approx St Tropaz. HEX triplet: 36, 57 and 84. RGB value is (54,87,132). Sum of RGB (Red+Green+Blue) = 54+87+132=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #365784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365784 is #C9A87B. Grayscale: #525252. Windows color (decimal): -13215868 or 8673078. OLE color: 8673078.

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

Color convert

RGB5487132-
CMYK0.590.3400.48
HSL214.62º41.94%36.47%-
HSV(B)214.62º59.09%51.76%-
XYZ9.099.2723.14-
YUV82.26156.07107.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=19.78%
G=31.87%
B=48.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54871320.590.3400.48214.6241.9436.47
Hex3657843B22030d72a24
Octal6612720473420603275244
Binary110110101011110000100111011100010011000011010111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365784; }

 p { color: rgb(54,87,132); }

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

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

 a { background-color: rgb(54,87,132); }

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

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

 span { border-color: rgb(54,87,132); }

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