#355272

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

Shades of Venice Blue #355272

Tints of Venice Blue #355272

Color information

#355272 (or 0x355272) is unknown color: approx Venice Blue. HEX triplet: 35, 52 and 72. RGB value is (53,82,114). Sum of RGB (Red+Green+Blue) = 53+82+114=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 82 (32.42% from 255 or 32.93% 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 #355272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355272 is #CAAD8D. Grayscale: #4C4C4C. Windows color (decimal): -13282702 or 7492149. OLE color: 7492149.

HSL color Cylindrical-coordinate representation of color #355272: hue angle of 211.48º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355272 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5382114-
CMYK0.540.2800.55
HSL211.48º36.53%32.75%-
HSV(B)211.48º53.51%44.71%-
XYZ7.528.0117.07-
YUV76.98148.89110.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=21.29%
G=32.93%
B=45.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53821140.540.2800.55211.4836.5332.75
Hex355272361C037d32521
Octal6512216266340673234541
Binary1101011010010111001011011011100011011111010011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355272; }

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

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

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

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

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

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

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

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