#335272

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

Shades of Venice Blue #335272

Tints of Venice Blue #335272

Color information

#335272 (or 0x335272) is unknown color: approx Venice Blue. HEX triplet: 33, 52 and 72. RGB value is (51,82,114). Sum of RGB (Red+Green+Blue) = 51+82+114=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #335272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335272 is #CCAD8D. Grayscale: #4C4C4C. Windows color (decimal): -13413774 or 7492147. OLE color: 7492147.

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

Color convert

RGB5182114-
CMYK0.550.2800.55
HSL210.48º38.18%32.35%-
HSV(B)210.48º55.26%44.71%-
XYZ7.427.9517.06-
YUV76.38149.23109.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=20.65%
G=33.20%
B=46.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51821140.550.2800.55210.4838.1832.35
Hex335272371C037d22620
Octal6312216267340673224640
Binary1100111010010111001011011111100011011111010010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335272; }

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

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

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

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

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

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

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

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