Html Css Color HEX #335976 Venice Blue

📋 copy color: '#335976'

red 51 ◦ green 89 ◦ blue 118

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

Shades of Venice Blue #335976

Tints of Venice Blue #335976

RGB

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

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

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

R = 19.77%
G = 34.5%
B = 45.74%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#335976 (or 0x335976) is known color: Venice Blue. HEX triplet: 33, 59 and 76. RGB value is (51,89,118). Sum of RGB (Red+Green+Blue) = 51+89+118=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #335976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335976 is #CCA689. Grayscale: #505050. Windows color (decimal): -13411978 or 7756083. OLE color: 7756083.

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

Color convert

RGB 51 89 118 -
CMYK 0.57 0.25 0 0.54
HSL 205.97º 0.4% 0.33% -
HSV(B) 205.97º 0.57% 0.46% -
XYZ 8.21 9.16 18.47 -
YUV 80.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 51 89 118 0.57 0.25 0 0.54 205.97 0.4 0.33
Hex 33 59 76 39 19 0 36 CE 28 21
Octal 63 131 166 71 31 0 66 316 50 41
Binary 110011 1011001 1110110 111001 11001 0 110110 11001110 101000 100001

Color Harmonies of #335976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335976

Black with #335976

Text Example


Text Example

White with #335976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335976; }

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

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

background-color css

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

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

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

border-color css

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

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

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