#365276

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

Shades of St Tropaz #365276

Tints of St Tropaz #365276

Color information

#365276 (or 0x365276) is unknown color: approx St Tropaz. HEX triplet: 36, 52 and 76. RGB value is (54,82,118). Sum of RGB (Red+Green+Blue) = 54+82+118=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #365276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365276 is #C9AD89. Grayscale: #4D4D4D. Windows color (decimal): -13217162 or 7754294. OLE color: 7754294.

HSL color Cylindrical-coordinate representation of color #365276: hue angle of 213.75º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #365276 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5482118-
CMYK0.540.3100.54
HSL213.75º37.21%33.73%-
HSV(B)213.75º54.24%46.27%-
XYZ7.818.1318.3-
YUV77.73150.72111.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=21.26%
G=32.28%
B=46.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54821180.540.3100.54213.7537.2133.73
Hex365276361F036d62522
Octal6612216666370663264542
Binary1101101010010111011011011011111011011011010110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365276; }

 p { color: rgb(54,82,118); }

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

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

 a { background-color: rgb(54,82,118); }

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

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

 span { border-color: rgb(54,82,118); }

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