#36557E

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

Shades of St Tropaz #36557E

Tints of St Tropaz #36557E

Color information

#36557E (or 0x36557E) is unknown color: approx St Tropaz. HEX triplet: 36, 55 and 7E. RGB value is (54,85,126). Sum of RGB (Red+Green+Blue) = 54+85+126=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #36557E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36557E is #C9AA81. Grayscale: #505050. Windows color (decimal): -13216386 or 8279350. OLE color: 8279350.

HSL color Cylindrical-coordinate representation of color #36557E: hue angle of 214.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36557E is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5485126-
CMYK0.570.3300.51
HSL214.17º40%35.29%-
HSV(B)214.17º57.14%49.41%-
XYZ8.548.7920.98-
YUV80.4153.73109.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 126 (49.61% from 255) = 47.55%
R=20.38%
G=32.08%
B=47.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54851260.570.3300.51214.174035.29
Hex36557E3921033d62823
Octal6612517671410633265043
Binary11011010101011111110111001100001011001111010110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36557E; }

 p { color: rgb(54,85,126); }

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

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

 a { background-color: rgb(54,85,126); }

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

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

 span { border-color: rgb(54,85,126); }

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