#355872

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

Shades of Venice Blue #355872

Tints of Venice Blue #355872

Color information

#355872 (or 0x355872) is unknown color: approx Venice Blue. HEX triplet: 35, 58 and 72. RGB value is (53,88,114). Sum of RGB (Red+Green+Blue) = 53+88+114=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #355872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355872 is #CAA78D. Grayscale: #505050. Windows color (decimal): -13281166 or 7493685. OLE color: 7493685.

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

Color convert

RGB5388114-
CMYK0.540.2300.55
HSL205.57º36.53%32.75%-
HSV(B)205.57º53.51%44.71%-
XYZ88.9517.23-
YUV80.5146.9108.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=20.78%
G=34.51%
B=44.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53881140.540.2300.55205.5736.5332.75
Hex3558723617037ce2521
Octal6513016266270673164541
Binary1101011011000111001011011010111011011111001110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355872; }

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

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

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

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

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

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

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

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