#365277

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

Shades of St Tropaz #365277

Tints of St Tropaz #365277

Color information

#365277 (or 0x365277) is unknown color: approx St Tropaz. HEX triplet: 36, 52 and 77. RGB value is (54,82,119). Sum of RGB (Red+Green+Blue) = 54+82+119=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #365277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365277 is #C9AD88. Grayscale: #4D4D4D. Windows color (decimal): -13217161 or 7819830. OLE color: 7819830.

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

Color convert

RGB5482119-
CMYK0.550.3100.53
HSL214.15º37.57%33.92%-
HSV(B)214.15º54.62%46.67%-
XYZ7.878.1518.61-
YUV77.85151.22110.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=21.18%
G=32.16%
B=46.67%

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
Decimal54821190.550.3100.53214.1537.5733.92
Hex365277371F035d62622
Octal6612216767370653264642
Binary1101101010010111011111011111111011010111010110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365277; }

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

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

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

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

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

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

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

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