#365472

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

Shades of Venice Blue #365472

Tints of Venice Blue #365472

Color information

#365472 (or 0x365472) is unknown color: approx Venice Blue. HEX triplet: 36, 54 and 72. RGB value is (54,84,114). Sum of RGB (Red+Green+Blue) = 54+84+114=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #365472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365472 is #C9AB8D. Grayscale: #4E4E4E. Windows color (decimal): -13216654 or 7492662. OLE color: 7492662.

HSL color Cylindrical-coordinate representation of color #365472: hue angle of 210º 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 #365472 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5484114-
CMYK0.530.2600.55
HSL210º35.71%32.94%-
HSV(B)210º52.63%44.71%-
XYZ7.738.3417.12-
YUV78.45148.06110.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=21.43%
G=33.33%
B=45.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54841140.530.2600.5521035.7132.94
Hex365472351A037d22421
Octal6612416265320673224441
Binary1101101010100111001011010111010011011111010010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365472; }

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

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

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

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

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

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

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

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