#365479

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

Shades of St Tropaz #365479

Tints of St Tropaz #365479

Color information

#365479 (or 0x365479) is unknown color: approx St Tropaz. HEX triplet: 36, 54 and 79. RGB value is (54,84,121). Sum of RGB (Red+Green+Blue) = 54+84+121=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #365479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365479 is #C9AB86. Grayscale: #4F4F4F. Windows color (decimal): -13216647 or 7951414. OLE color: 7951414.

HSL color Cylindrical-coordinate representation of color #365479: hue angle of 213.13º 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 #365479 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5484121-
CMYK0.550.3100.53
HSL213.13º38.29%34.31%-
HSV(B)213.13º55.37%47.45%-
XYZ8.148.5119.3-
YUV79.25151.56109.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 84 (33.20% from 255) = 32.43%
BLUE value IS 121 (47.66% from 255) = 46.72%
R=20.85%
G=32.43%
B=46.72%

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
Decimal54841210.550.3100.53213.1338.2934.31
Hex365479371F035d52622
Octal6612417167370653254642
Binary1101101010100111100111011111111011010111010101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365479; }

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

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

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

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

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

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

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

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