Html Css Color HEX #335173 Venice Blue

📋 copy color: '#335173'

red 51 ◦ green 81 ◦ blue 115

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

Shades of Venice Blue #335173

Tints of Venice Blue #335173

RGB

 RED value IS 51 (20.31% from 255) = 20.65%

 GREEN value IS 81 (32.03% from 255) = 32.79%

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

R = 20.65%
G = 32.79%
B = 46.56%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#335173 (or 0x335173) is known color: Venice Blue. HEX triplet: 33, 51 and 73. RGB value is (51,81,115). Sum of RGB (Red+Green+Blue) = 51+81+115=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #335173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335173 is #CCAE8C. Grayscale: #4B4B4B. Windows color (decimal): -13414029 or 7557427. OLE color: 7557427.

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

Color convert

RGB 51 81 115 -
CMYK 0.56 0.30 0 0.55
HSL 211.88º 0.39% 0.33% -
HSV(B) 211.88º 0.56% 0.45% -
XYZ 7.4 7.83 17.34 -
YUV 75.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 51 81 115 0.56 0.30 0 0.55 211.88 0.39 0.33
Hex 33 51 73 38 1E 0 37 D4 27 21
Octal 63 121 163 70 36 0 67 324 47 41
Binary 110011 1010001 1110011 111000 11110 0 110111 11010100 100111 100001

Color Harmonies of #335173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335173

Black with #335173

Text Example


Text Example

White with #335173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335173; }

 p { color: rgb(51,81,115); }

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

background-color css

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

 a { background-color: rgb(51,81,115); }

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

border-color css

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

 span { border-color: rgb(51,81,115); }

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