#365473

Color #365473 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #365473

Tints of Venice Blue #365473

Color information

#365473 (or 0x365473) is unknown color: approx Venice Blue. HEX triplet: 36, 54 and 73. RGB value is (54,84,115). Sum of RGB (Red+Green+Blue) = 54+84+115=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #365473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365473 is #C9AB8C. Grayscale: #4E4E4E. Windows color (decimal): -13216653 or 7558198. OLE color: 7558198.

HSL color Cylindrical-coordinate representation of color #365473: hue angle of 210.49º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #365473 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5484115-
CMYK0.530.2700.55
HSL210.49º36.09%33.14%-
HSV(B)210.49º53.04%45.1%-
XYZ7.798.3617.42-
YUV78.56148.56110.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=21.34%
G=33.20%
B=45.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54841150.530.2700.55210.4936.0933.14
Hex365473351B037d22421
Octal6612416365330673224441
Binary1101101010100111001111010111011011011111010010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365473; }

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

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

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

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

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

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

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

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