Html Css Color HEX #335677 Venice Blue

📋 copy color: '#335677'

red 51 ◦ green 86 ◦ blue 119

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

Shades of Venice Blue #335677

Tints of Venice Blue #335677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 19.92%
G = 33.59%
B = 46.48%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335677 (or 0x335677) is known color: Venice Blue. HEX triplet: 33, 56 and 77. RGB value is (51,86,119). Sum of RGB (Red+Green+Blue) = 51+86+119=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #335677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335677 is #CCA988. Grayscale: #4F4F4F. Windows color (decimal): -13412745 or 7820851. OLE color: 7820851.

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

Color convert

RGB 51 86 119 -
CMYK 0.57 0.28 0 0.53
HSL 209.12º 0.4% 0.33% -
HSV(B) 209.12º 0.57% 0.47% -
XYZ 8.02 8.69 18.71 -
YUV 79.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 51 86 119 0.57 0.28 0 0.53 209.12 0.4 0.33
Hex 33 56 77 39 1C 0 35 D1 28 21
Octal 63 126 167 71 34 0 65 321 50 41
Binary 110011 1010110 1110111 111001 11100 0 110101 11010001 101000 100001

Color Harmonies of #335677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335677

Black with #335677

Text Example


Text Example

White with #335677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335677; }

 p { color: rgb(51,86,119); }

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

background-color css

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

 a { background-color: rgb(51,86,119); }

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

border-color css

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

 span { border-color: rgb(51,86,119); }

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