Html Css Color HEX #355471 Venice Blue

📋 copy color: '#355471'

red 53 ◦ green 84 ◦ blue 113

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

Shades of Venice Blue #355471

Tints of Venice Blue #355471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.6%

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

R = 21.2%
G = 33.6%
B = 45.2%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#355471 (or 0x355471) is known color: Venice Blue. HEX triplet: 35, 54 and 71. RGB value is (53,84,113). Sum of RGB (Red+Green+Blue) = 53+84+113=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #355471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355471 is #CAAB8E. Grayscale: #4D4D4D. Windows color (decimal): -13282191 or 7427125. OLE color: 7427125.

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

Color convert

RGB 53 84 113 -
CMYK 0.53 0.26 0 0.56
HSL 209º 0.36% 0.33% -
HSV(B) 209º 0.53% 0.44% -
XYZ 7.62 8.29 16.82 -
YUV 78.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 53 84 113 0.53 0.26 0 0.56 209 0.36 0.33
Hex 35 54 71 35 1A 0 38 D1 24 21
Octal 65 124 161 65 32 0 70 321 44 41
Binary 110101 1010100 1110001 110101 11010 0 111000 11010001 100100 100001

Color Harmonies of #355471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355471

Black with #355471

Text Example


Text Example

White with #355471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355471; }

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

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

background-color css

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

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

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

border-color css

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

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

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