Html Css Color HEX #335476 Venice Blue

📋 copy color: '#335476'

red 51 ◦ green 84 ◦ blue 118

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

Shades of Venice Blue #335476

Tints of Venice Blue #335476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

 BLUE value IS 118 (46.48% from 255) = 46.64%

R = 20.16%
G = 33.2%
B = 46.64%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#335476 (or 0x335476) is known color: Venice Blue. HEX triplet: 33, 54 and 76. RGB value is (51,84,118). Sum of RGB (Red+Green+Blue) = 51+84+118=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #335476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335476 is #CCAB89. Grayscale: #4D4D4D. Windows color (decimal): -13413258 or 7754803. OLE color: 7754803.

HSL color Cylindrical-coordinate representation of color #335476: hue angle of 210.45º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335476 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 84 118 -
CMYK 0.57 0.29 0 0.54
HSL 210.45º 0.4% 0.33% -
HSV(B) 210.45º 0.57% 0.46% -
XYZ 7.81 8.35 18.34 -
YUV 78.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 51 84 118 0.57 0.29 0 0.54 210.45 0.4 0.33
Hex 33 54 76 39 1D 0 36 D2 28 21
Octal 63 124 166 71 35 0 66 322 50 41
Binary 110011 1010100 1110110 111001 11101 0 110110 11010010 101000 100001

Color Harmonies of #335476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335476

Black with #335476

Text Example


Text Example

White with #335476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335476; }

 p { color: rgb(51,84,118); }

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

background-color css

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

 a { background-color: rgb(51,84,118); }

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

border-color css

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

 span { border-color: rgb(51,84,118); }

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