Html Css Color HEX #335A77 Venice Blue

📋 copy color: '#335A77'

red 51 ◦ green 90 ◦ blue 119

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

Shades of Venice Blue #335A77

Tints of Venice Blue #335A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.62%

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

R = 19.62%
G = 34.62%
B = 45.77%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335A77 (or 0x335A77) is known color: Venice Blue. HEX triplet: 33, 5A and 77. RGB value is (51,90,119). Sum of RGB (Red+Green+Blue) = 51+90+119=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #335A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A77 is #CCA588. Grayscale: #515151. Windows color (decimal): -13411721 or 7821875. OLE color: 7821875.

HSL color Cylindrical-coordinate representation of color #335A77: hue angle of 205.59º 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 #335A77 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 90 119 -
CMYK 0.57 0.24 0 0.53
HSL 205.59º 0.4% 0.33% -
HSV(B) 205.59º 0.57% 0.47% -
XYZ 8.35 9.35 18.82 -
YUV 81.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 51 90 119 0.57 0.24 0 0.53 205.59 0.4 0.33
Hex 33 5A 77 39 18 0 35 CE 28 21
Octal 63 132 167 71 30 0 65 316 50 41
Binary 110011 1011010 1110111 111001 11000 0 110101 11001110 101000 100001

Color Harmonies of #335A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A77

Black with #335A77

Text Example


Text Example

White with #335A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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