#335472

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

Shades of Venice Blue #335472

Tints of Venice Blue #335472

Color information

#335472 (or 0x335472) is unknown color: approx Venice Blue. HEX triplet: 33, 54 and 72. RGB value is (51,84,114). Sum of RGB (Red+Green+Blue) = 51+84+114=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 84 (33.20% from 255 or 33.73% 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 #335472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335472 is #CCAB8D. Grayscale: #4D4D4D. Windows color (decimal): -13413262 or 7492659. OLE color: 7492659.

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

Color convert

RGB5184114-
CMYK0.550.2600.55
HSL208.57º38.18%32.35%-
HSV(B)208.57º55.26%44.71%-
XYZ7.578.2617.11-
YUV77.55148.57109.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=20.48%
G=33.73%
B=45.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51841140.550.2600.55208.5738.1832.35
Hex335472371A037d12620
Octal6312416267320673214640
Binary1100111010100111001011011111010011011111010001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335472; }

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

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

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

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

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

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

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

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