#365275

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

Shades of St Tropaz #365275

Tints of St Tropaz #365275

Color information

#365275 (or 0x365275) is unknown color: approx St Tropaz. HEX triplet: 36, 52 and 75. RGB value is (54,82,117). Sum of RGB (Red+Green+Blue) = 54+82+117=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #365275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365275 is #C9AD8A. Grayscale: #4D4D4D. Windows color (decimal): -13217163 or 7688758. OLE color: 7688758.

HSL color Cylindrical-coordinate representation of color #365275: hue angle of 213.33º 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 #365275 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5482117-
CMYK0.540.3000.54
HSL213.33º36.84%33.53%-
HSV(B)213.33º53.85%45.88%-
XYZ7.758.117.99-
YUV77.62150.22111.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=21.34%
G=32.41%
B=46.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54821170.540.3000.54213.3336.8433.53
Hex365275361E036d52522
Octal6612216566360663254542
Binary1101101010010111010111011011110011011011010101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365275; }

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

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

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

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

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

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

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

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