Html Css Color HEX #335977 Venice Blue

📋 copy color: '#335977'

red 51 ◦ green 89 ◦ blue 119

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

Shades of Venice Blue #335977

Tints of Venice Blue #335977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.36%

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

R = 19.69%
G = 34.36%
B = 45.95%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335977 (or 0x335977) is known color: Venice Blue. HEX triplet: 33, 59 and 77. RGB value is (51,89,119). Sum of RGB (Red+Green+Blue) = 51+89+119=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #335977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335977 is #CCA688. Grayscale: #505050. Windows color (decimal): -13411977 or 7821619. OLE color: 7821619.

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

Color convert

RGB 51 89 119 -
CMYK 0.57 0.25 0 0.53
HSL 206.47º 0.4% 0.33% -
HSV(B) 206.47º 0.57% 0.47% -
XYZ 8.27 9.18 18.79 -
YUV 81.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 51 89 119 0.57 0.25 0 0.53 206.47 0.4 0.33
Hex 33 59 77 39 19 0 35 CE 28 21
Octal 63 131 167 71 31 0 65 316 50 41
Binary 110011 1011001 1110111 111001 11001 0 110101 11001110 101000 100001

Color Harmonies of #335977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335977

Black with #335977

Text Example


Text Example

White with #335977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335977; }

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

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

background-color css

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

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

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

border-color css

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

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

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