#364F71

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

Shades of St Tropaz #364F71

Tints of St Tropaz #364F71

Color information

#364F71 (or 0x364F71) is unknown color: approx St Tropaz. HEX triplet: 36, 4F and 71. RGB value is (54,79,113). Sum of RGB (Red+Green+Blue) = 54+79+113=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #364F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F71 is #C9B08E. Grayscale: #4B4B4B. Windows color (decimal): -13217935 or 7425846. OLE color: 7425846.

HSL color Cylindrical-coordinate representation of color #364F71: hue angle of 214.58º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #364F71 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5479113-
CMYK0.520.3000.56
HSL214.58º35.33%32.75%-
HSV(B)214.58º52.21%44.31%-
XYZ7.37.5716.7-
YUV75.4149.22112.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=21.95%
G=32.11%
B=45.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54791130.520.3000.56214.5835.3332.75
Hex364F71341E038d72321
Octal6611716164360703274341
Binary1101101001111111000111010011110011100011010111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364F71; }

 p { color: rgb(54,79,113); }

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

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

 a { background-color: rgb(54,79,113); }

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

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

 span { border-color: rgb(54,79,113); }

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