Html Css Color HEX #355271 Venice Blue

📋 copy color: '#355271'

red 53 ◦ green 82 ◦ blue 113

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

Shades of Venice Blue #355271

Tints of Venice Blue #355271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

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

R = 21.37%
G = 33.06%
B = 45.56%

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

#355271 (or 0x355271) is known color: Venice Blue. HEX triplet: 35, 52 and 71. RGB value is (53,82,113). Sum of RGB (Red+Green+Blue) = 53+82+113=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #355271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355271 is #CAAD8E. Grayscale: #4C4C4C. Windows color (decimal): -13282703 or 7426613. OLE color: 7426613.

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

Color convert

RGB 53 82 113 -
CMYK 0.53 0.27 0 0.56
HSL 211º 0.36% 0.33% -
HSV(B) 211º 0.53% 0.44% -
XYZ 7.47 7.98 16.77 -
YUV 76.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 53 82 113 0.53 0.27 0 0.56 211 0.36 0.33
Hex 35 52 71 35 1B 0 38 D3 24 21
Octal 65 122 161 65 33 0 70 323 44 41
Binary 110101 1010010 1110001 110101 11011 0 111000 11010011 100100 100001

Color Harmonies of #355271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355271

Black with #355271

Text Example


Text Example

White with #355271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355271; }

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

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

background-color css

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

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

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

border-color css

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

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

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