Html Css Color HEX #355371 Venice Blue

📋 copy color: '#355371'

red 53 ◦ green 83 ◦ blue 113

#355371
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #355371

Tints of Venice Blue #355371

RGB

 RED value IS 53 (21.09% from 255) = 21.29%

 GREEN value IS 83 (32.81% from 255) = 33.33%

 BLUE value IS 113 (44.53% from 255) = 45.38%

R = 21.29%
G = 33.33%
B = 45.38%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#355371 (or 0x355371) is known color: Venice Blue. HEX triplet: 35, 53 and 71. RGB value is (53,83,113). Sum of RGB (Red+Green+Blue) = 53+83+113=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #355371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355371 is #CAAC8E. Grayscale: #4D4D4D. Windows color (decimal): -13282447 or 7426869. OLE color: 7426869.

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

Color convert

RGB 53 83 113 -
CMYK 0.53 0.27 0 0.56
HSL 210º 0.36% 0.33% -
HSV(B) 210º 0.53% 0.44% -
XYZ 7.54 8.14 16.8 -
YUV 77.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 53 83 113 0.53 0.27 0 0.56 210 0.36 0.33
Hex 35 53 71 35 1B 0 38 D2 24 21
Octal 65 123 161 65 33 0 70 322 44 41
Binary 110101 1010011 1110001 110101 11011 0 111000 11010010 100100 100001

Color Harmonies of #355371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355371

Black with #355371

Text Example


Text Example

White with #355371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355371; }

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

 H1.HeaderClassName
 {
   color: #355371;
 }
 .AnyTagClassName
 {
   color: #355371;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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