#365379

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

Shades of St Tropaz #365379

Tints of St Tropaz #365379

Color information

#365379 (or 0x365379) is unknown color: approx St Tropaz. HEX triplet: 36, 53 and 79. RGB value is (54,83,121). Sum of RGB (Red+Green+Blue) = 54+83+121=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #365379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365379 is #C9AC86. Grayscale: #4E4E4E. Windows color (decimal): -13216903 or 7951158. OLE color: 7951158.

HSL color Cylindrical-coordinate representation of color #365379: hue angle of 214.03º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #365379 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5483121-
CMYK0.550.3100.53
HSL214.03º38.29%34.31%-
HSV(B)214.03º55.37%47.45%-
XYZ8.078.3519.28-
YUV78.66151.89110.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=20.93%
G=32.17%
B=46.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54831210.550.3100.53214.0338.2934.31
Hex365379371F035d62622
Octal6612317167370653264642
Binary1101101010011111100111011111111011010111010110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365379; }

 p { color: rgb(54,83,121); }

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

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

 a { background-color: rgb(54,83,121); }

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

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

 span { border-color: rgb(54,83,121); }

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