#355370

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

Shades of Venice Blue #355370

Tints of Venice Blue #355370

Color information

#355370 (or 0x355370) is unknown color: approx Venice Blue. HEX triplet: 35, 53 and 70. RGB value is (53,83,112). Sum of RGB (Red+Green+Blue) = 53+83+112=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #355370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355370 is #CAAC8F. Grayscale: #4D4D4D. Windows color (decimal): -13282448 or 7361333. OLE color: 7361333.

HSL color Cylindrical-coordinate representation of color #355370: hue angle of 209.49º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #355370 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5383112-
CMYK0.530.2600.56
HSL209.49º35.76%32.35%-
HSV(B)209.49º52.68%43.92%-
XYZ7.498.1116.5-
YUV77.34147.56110.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=21.37%
G=33.47%
B=45.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53831120.530.2600.56209.4935.7632.35
Hex355370351A038d12420
Octal6512316065320703214440
Binary1101011010011111000011010111010011100011010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355370; }

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

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

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

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

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

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

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

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