Html Css Color HEX #355374 Venice Blue

📋 copy color: '#355374'

red 53 ◦ green 83 ◦ blue 116

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

Shades of Venice Blue #355374

Tints of Venice Blue #355374

RGB

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

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

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

R = 21.03%
G = 32.94%
B = 46.03%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#355374 (or 0x355374) is known color: Venice Blue. HEX triplet: 35, 53 and 74. RGB value is (53,83,116). Sum of RGB (Red+Green+Blue) = 53+83+116=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #355374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355374 is #CAAC8B. Grayscale: #4D4D4D. Windows color (decimal): -13282444 or 7623477. OLE color: 7623477.

HSL color Cylindrical-coordinate representation of color #355374: hue angle of 211.43º 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 #355374 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 83 116 -
CMYK 0.54 0.28 0 0.55
HSL 211.43º 0.37% 0.33% -
HSV(B) 211.43º 0.54% 0.45% -
XYZ 7.71 8.2 17.7 -
YUV 77.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 53 83 116 0.54 0.28 0 0.55 211.43 0.37 0.33
Hex 35 53 74 36 1C 0 37 D3 25 21
Octal 65 123 164 66 34 0 67 323 45 41
Binary 110101 1010011 1110100 110110 11100 0 110111 11010011 100101 100001

Color Harmonies of #355374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355374

Black with #355374

Text Example


Text Example

White with #355374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355374; }

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

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

background-color css

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

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

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

border-color css

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

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

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