Html Css Color HEX #335578 Venice Blue

📋 copy color: '#335578'

red 51 ◦ green 85 ◦ blue 120

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

Shades of Venice Blue #335578

Tints of Venice Blue #335578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.2%

 BLUE value IS 120 (47.27% from 255) = 46.88%

R = 19.92%
G = 33.2%
B = 46.88%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335578 (or 0x335578) is known color: Venice Blue. HEX triplet: 33, 55 and 78. RGB value is (51,85,120). Sum of RGB (Red+Green+Blue) = 51+85+120=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #335578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335578 is #CCAA87. Grayscale: #4E4E4E. Windows color (decimal): -13413000 or 7886131. OLE color: 7886131.

HSL color Cylindrical-coordinate representation of color #335578: hue angle of 210.43º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335578 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 85 120 -
CMYK 0.58 0.29 0 0.53
HSL 210.43º 0.4% 0.34% -
HSV(B) 210.43º 0.58% 0.47% -
XYZ 8 8.56 19 -
YUV 78.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 51 85 120 0.58 0.29 0 0.53 210.43 0.4 0.34
Hex 33 55 78 3A 1D 0 35 D2 28 22
Octal 63 125 170 72 35 0 65 322 50 42
Binary 110011 1010101 1111000 111010 11101 0 110101 11010010 101000 100010

Color Harmonies of #335578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335578

Black with #335578

Text Example


Text Example

White with #335578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335578; }

 p { color: rgb(51,85,120); }

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

background-color css

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

 a { background-color: rgb(51,85,120); }

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

border-color css

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

 span { border-color: rgb(51,85,120); }

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