#365880

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

Shades of St Tropaz #365880

Tints of St Tropaz #365880

Color information

#365880 (or 0x365880) is unknown color: approx St Tropaz. HEX triplet: 36, 58 and 80. RGB value is (54,88,128). Sum of RGB (Red+Green+Blue) = 54+88+128=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #365880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365880 is #C9A77F. Grayscale: #525252. Windows color (decimal): -13215616 or 8411190. OLE color: 8411190.

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

Color convert

RGB5488128-
CMYK0.580.3100.50
HSL212.43º40.66%35.69%-
HSV(B)212.43º57.81%50.2%-
XYZ8.919.3221.75-
YUV82.39153.74107.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=20%
G=32.59%
B=47.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54881280.580.3100.50212.4340.6635.69
Hex3658803A1F032d42924
Octal6613020072370623245144
Binary11011010110001000000011101011111011001011010100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365880; }

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

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

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

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

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

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

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

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