Html Css Color HEX #355373 Venice Blue

📋 copy color: '#355373'

red 53 ◦ green 83 ◦ blue 115

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

Shades of Venice Blue #355373

Tints of Venice Blue #355373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.82%

R = 21.12%
G = 33.07%
B = 45.82%

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

#355373 (or 0x355373) is known color: Venice Blue. HEX triplet: 35, 53 and 73. RGB value is (53,83,115). Sum of RGB (Red+Green+Blue) = 53+83+115=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #355373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355373 is #CAAC8C. Grayscale: #4D4D4D. Windows color (decimal): -13282445 or 7557941. OLE color: 7557941.

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

Color convert

RGB 53 83 115 -
CMYK 0.54 0.28 0 0.55
HSL 210.97º 0.37% 0.33% -
HSV(B) 210.97º 0.54% 0.45% -
XYZ 7.66 8.18 17.4 -
YUV 77.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 53 83 115 0.54 0.28 0 0.55 210.97 0.37 0.33
Hex 35 53 73 36 1C 0 37 D3 25 21
Octal 65 123 163 66 34 0 67 323 45 41
Binary 110101 1010011 1110011 110110 11100 0 110111 11010011 100101 100001

Color Harmonies of #355373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355373

Black with #355373

Text Example


Text Example

White with #355373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355373; }

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

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

background-color css

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

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

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

border-color css

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

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

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