#365580

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

Shades of St Tropaz #365580

Tints of St Tropaz #365580

Color information

#365580 (or 0x365580) is unknown color: approx St Tropaz. HEX triplet: 36, 55 and 80. RGB value is (54,85,128). Sum of RGB (Red+Green+Blue) = 54+85+128=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #365580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365580 is #C9AA7F. Grayscale: #505050. Windows color (decimal): -13216384 or 8410422. OLE color: 8410422.

HSL color Cylindrical-coordinate representation of color #365580: hue angle of 214.86º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #365580 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5485128-
CMYK0.580.3400.50
HSL214.86º40.66%35.69%-
HSV(B)214.86º57.81%50.2%-
XYZ8.678.8421.67-
YUV80.63154.73109-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=20.22%
G=31.84%
B=47.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54851280.580.3400.50214.8640.6635.69
Hex3655803A22032d72924
Octal6612520072420623275144
Binary110110101010110000000111010100010011001011010111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365580; }

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

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

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

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

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

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

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

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