Html Css Color HEX #355574 Venice Blue

📋 copy color: '#355574'

red 53 ◦ green 85 ◦ blue 116

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

Shades of Venice Blue #355574

Tints of Venice Blue #355574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.46%

 BLUE value IS 116 (45.7% from 255) = 45.67%

R = 20.87%
G = 33.46%
B = 45.67%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#355574 (or 0x355574) is known color: Venice Blue. HEX triplet: 35, 55 and 74. RGB value is (53,85,116). Sum of RGB (Red+Green+Blue) = 53+85+116=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #355574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355574 is #CAAA8B. Grayscale: #4E4E4E. Windows color (decimal): -13281932 or 7623989. OLE color: 7623989.

HSL color Cylindrical-coordinate representation of color #355574: hue angle of 209.52º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355574 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 85 116 -
CMYK 0.54 0.27 0 0.55
HSL 209.52º 0.37% 0.33% -
HSV(B) 209.52º 0.54% 0.45% -
XYZ 7.87 8.51 17.75 -
YUV 78.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 53 85 116 0.54 0.27 0 0.55 209.52 0.37 0.33
Hex 35 55 74 36 1B 0 37 D2 25 21
Octal 65 125 164 66 33 0 67 322 45 41
Binary 110101 1010101 1110100 110110 11011 0 110111 11010010 100101 100001

Color Harmonies of #355574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355574

Black with #355574

Text Example


Text Example

White with #355574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355574; }

 p { color: rgb(53,85,116); }

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

background-color css

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

 a { background-color: rgb(53,85,116); }

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

border-color css

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

 span { border-color: rgb(53,85,116); }

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