#365278

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

Shades of St Tropaz #365278

Tints of St Tropaz #365278

Color information

#365278 (or 0x365278) is unknown color: approx St Tropaz. HEX triplet: 36, 52 and 78. RGB value is (54,82,120). Sum of RGB (Red+Green+Blue) = 54+82+120=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #365278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365278 is #C9AD87. Grayscale: #4D4D4D. Windows color (decimal): -13217160 or 7885366. OLE color: 7885366.

HSL color Cylindrical-coordinate representation of color #365278: hue angle of 214.55º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #365278 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5482120-
CMYK0.550.3200.53
HSL214.55º37.93%34.12%-
HSV(B)214.55º55%47.06%-
XYZ7.938.1718.93-
YUV77.96151.72110.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=21.09%
G=32.03%
B=46.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54821200.550.3200.53214.5537.9334.12
Hex3652783720035d72622
Octal6612217067400653274642
Binary11011010100101111000110111100000011010111010111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365278; }

 p { color: rgb(54,82,120); }

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

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

 a { background-color: rgb(54,82,120); }

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

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

 span { border-color: rgb(54,82,120); }

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