#355273

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

Shades of Venice Blue #355273

Tints of Venice Blue #355273

Color information

#355273 (or 0x355273) is unknown color: approx Venice Blue. HEX triplet: 35, 52 and 73. RGB value is (53,82,115). Sum of RGB (Red+Green+Blue) = 53+82+115=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #355273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355273 is #CAAD8C. Grayscale: #4C4C4C. Windows color (decimal): -13282701 or 7557685. OLE color: 7557685.

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

Color convert

RGB5382115-
CMYK0.540.2900.55
HSL211.94º36.9%32.94%-
HSV(B)211.94º53.91%45.1%-
XYZ7.588.0317.37-
YUV77.09149.39110.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 115 (45.31% from 255) = 46%
R=21.2%
G=32.8%
B=46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53821150.540.2900.55211.9436.932.94
Hex355273361D037d42521
Octal6512216366350673244541
Binary1101011010010111001111011011101011011111010100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355273; }

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

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

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

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

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

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

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

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