#365772

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

Shades of Venice Blue #365772

Tints of Venice Blue #365772

Color information

#365772 (or 0x365772) is unknown color: approx Venice Blue. HEX triplet: 36, 57 and 72. RGB value is (54,87,114). Sum of RGB (Red+Green+Blue) = 54+87+114=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #365772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365772 is #C9A88D. Grayscale: #505050. Windows color (decimal): -13215886 or 7493430. OLE color: 7493430.

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

Color convert

RGB5487114-
CMYK0.530.2400.55
HSL207º35.71%32.94%-
HSV(B)207º52.63%44.71%-
XYZ7.978.8217.2-
YUV80.21147.07109.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=21.18%
G=34.12%
B=44.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54871140.530.2400.5520735.7132.94
Hex3657723518037cf2421
Octal6612716265300673174441
Binary1101101010111111001011010111000011011111001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365772; }

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

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

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

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

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

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

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

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