Html Css Color HEX #335373 Venice Blue

📋 copy color: '#335373'

red 51 ◦ green 83 ◦ blue 115

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

Shades of Venice Blue #335373

Tints of Venice Blue #335373

RGB

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

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

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

R = 20.48%
G = 33.33%
B = 46.18%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#335373 (or 0x335373) is known color: Venice Blue. HEX triplet: 33, 53 and 73. RGB value is (51,83,115). Sum of RGB (Red+Green+Blue) = 51+83+115=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #335373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335373 is #CCAC8C. Grayscale: #4C4C4C. Windows color (decimal): -13413517 or 7557939. OLE color: 7557939.

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

Color convert

RGB 51 83 115 -
CMYK 0.56 0.28 0 0.55
HSL 210º 0.39% 0.33% -
HSV(B) 210º 0.56% 0.45% -
XYZ 7.55 8.13 17.39 -
YUV 77.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 51 83 115 0.56 0.28 0 0.55 210 0.39 0.33
Hex 33 53 73 38 1C 0 37 D2 27 21
Octal 63 123 163 70 34 0 67 322 47 41
Binary 110011 1010011 1110011 111000 11100 0 110111 11010010 100111 100001

Color Harmonies of #335373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335373

Black with #335373

Text Example


Text Example

White with #335373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335373; }

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

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

background-color css

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

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

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

border-color css

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

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

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