#355372

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

Shades of Venice Blue #355372

Tints of Venice Blue #355372

Color information

#355372 (or 0x355372) is unknown color: approx Venice Blue. HEX triplet: 35, 53 and 72. RGB value is (53,83,114). Sum of RGB (Red+Green+Blue) = 53+83+114=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #355372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355372 is #CAAC8D. Grayscale: #4D4D4D. Windows color (decimal): -13282446 or 7492405. OLE color: 7492405.

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

Color convert

RGB5383114-
CMYK0.540.2700.55
HSL210.49º36.53%32.75%-
HSV(B)210.49º53.51%44.71%-
XYZ7.68.1617.09-
YUV77.56148.56110.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=21.2%
G=33.2%
B=45.6%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53831140.540.2700.55210.4936.5332.75
Hex355372361B037d22521
Octal6512316266330673224541
Binary1101011010011111001011011011011011011111010010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355372; }

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

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

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

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

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

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

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

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