#365482

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

Shades of St Tropaz #365482

Tints of St Tropaz #365482

Color information

#365482 (or 0x365482) is unknown color: approx St Tropaz. HEX triplet: 36, 54 and 82. RGB value is (54,84,130). Sum of RGB (Red+Green+Blue) = 54+84+130=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #365482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365482 is #C9AB7D. Grayscale: #505050. Windows color (decimal): -13216638 or 8541238. OLE color: 8541238.

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

Color convert

RGB5484130-
CMYK0.580.3500.49
HSL216.32º41.3%36.08%-
HSV(B)216.32º58.46%50.98%-
XYZ8.728.7422.35-
YUV80.27156.06109.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=20.15%
G=31.34%
B=48.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54841300.580.3500.49216.3241.336.08
Hex3654823A23031d82924
Octal6612420272430613305144
Binary110110101010010000010111010100011011000111011000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365482; }

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

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

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

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

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

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

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

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