#365172

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

Shades of Venice Blue #365172

Tints of Venice Blue #365172

Color information

#365172 (or 0x365172) is unknown color: approx Venice Blue. HEX triplet: 36, 51 and 72. RGB value is (54,81,114). Sum of RGB (Red+Green+Blue) = 54+81+114=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #365172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365172 is #C9AE8D. Grayscale: #4C4C4C. Windows color (decimal): -13217422 or 7491894. OLE color: 7491894.

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

Color convert

RGB5481114-
CMYK0.530.2900.55
HSL213º35.71%32.94%-
HSV(B)213º52.63%44.71%-
XYZ7.57.8817.05-
YUV76.69149.05111.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=21.69%
G=32.53%
B=45.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54811140.530.2900.5521335.7132.94
Hex365172351D037d52421
Octal6612116265350673254441
Binary1101101010001111001011010111101011011111010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365172; }

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

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

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

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

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

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

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

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