#365480

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

Shades of St Tropaz #365480

Tints of St Tropaz #365480

Color information

#365480 (or 0x365480) is unknown color: approx St Tropaz. HEX triplet: 36, 54 and 80. RGB value is (54,84,128). Sum of RGB (Red+Green+Blue) = 54+84+128=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #365480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365480 is #C9AB7F. Grayscale: #4F4F4F. Windows color (decimal): -13216640 or 8410166. OLE color: 8410166.

HSL color Cylindrical-coordinate representation of color #365480: hue angle of 215.68º 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 #365480 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5484128-
CMYK0.580.3400.50
HSL215.68º40.66%35.69%-
HSV(B)215.68º57.81%50.2%-
XYZ8.598.6821.65-
YUV80.05155.06109.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=20.30%
G=31.58%
B=48.12%

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
Decimal54841280.580.3400.50215.6840.6635.69
Hex3654803A22032d82924
Octal6612420072420623305144
Binary110110101010010000000111010100010011001011011000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365480; }

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

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

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

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

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

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

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

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