Html Css Color HEX #355671 Venice Blue

📋 copy color: '#355671'

red 53 ◦ green 86 ◦ blue 113

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

Shades of Venice Blue #355671

Tints of Venice Blue #355671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

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

R = 21.03%
G = 34.13%
B = 44.84%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#355671 (or 0x355671) is known color: Venice Blue. HEX triplet: 35, 56 and 71. RGB value is (53,86,113). Sum of RGB (Red+Green+Blue) = 53+86+113=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #355671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355671 is #CAA98E. Grayscale: #4F4F4F. Windows color (decimal): -13281679 or 7427637. OLE color: 7427637.

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

Color convert

RGB 53 86 113 -
CMYK 0.53 0.24 0 0.56
HSL 207º 0.36% 0.33% -
HSV(B) 207º 0.53% 0.44% -
XYZ 7.78 8.6 16.87 -
YUV 79.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 53 86 113 0.53 0.24 0 0.56 207 0.36 0.33
Hex 35 56 71 35 18 0 38 CF 24 21
Octal 65 126 161 65 30 0 70 317 44 41
Binary 110101 1010110 1110001 110101 11000 0 111000 11001111 100100 100001

Color Harmonies of #355671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355671

Black with #355671

Text Example


Text Example

White with #355671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355671; }

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

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

background-color css

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

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

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

border-color css

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

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

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