#355472

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

Shades of Venice Blue #355472

Tints of Venice Blue #355472

Color information

#355472 (or 0x355472) is unknown color: approx Venice Blue. HEX triplet: 35, 54 and 72. RGB value is (53,84,114). Sum of RGB (Red+Green+Blue) = 53+84+114=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #355472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355472 is #CAAB8D. Grayscale: #4E4E4E. Windows color (decimal): -13282190 or 7492661. OLE color: 7492661.

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

Color convert

RGB5384114-
CMYK0.540.2600.55
HSL209.51º36.53%32.75%-
HSV(B)209.51º53.51%44.71%-
XYZ7.688.3117.12-
YUV78.15148.23110.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=21.12%
G=33.47%
B=45.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53841140.540.2600.55209.5136.5332.75
Hex355472361A037d22521
Octal6512416266320673224541
Binary1101011010100111001011011011010011011111010010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355472; }

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

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

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

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

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

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

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

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