Html Css Color HEX #335671 Venice Blue

📋 copy color: '#335671'

red 51 ◦ green 86 ◦ blue 113

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

Shades of Venice Blue #335671

Tints of Venice Blue #335671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 20.4%
G = 34.4%
B = 45.2%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#335671 (or 0x335671) is known color: Venice Blue. HEX triplet: 33, 56 and 71. RGB value is (51,86,113). Sum of RGB (Red+Green+Blue) = 51+86+113=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #335671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335671 is #CCA98E. Grayscale: #4E4E4E. Windows color (decimal): -13412751 or 7427635. OLE color: 7427635.

HSL color Cylindrical-coordinate representation of color #335671: hue angle of 206.13º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #335671 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 86 113 -
CMYK 0.55 0.24 0 0.56
HSL 206.13º 0.38% 0.32% -
HSV(B) 206.13º 0.55% 0.44% -
XYZ 7.67 8.55 16.87 -
YUV 78.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 51 86 113 0.55 0.24 0 0.56 206.13 0.38 0.32
Hex 33 56 71 37 18 0 38 CE 26 20
Octal 63 126 161 67 30 0 70 316 46 40
Binary 110011 1010110 1110001 110111 11000 0 111000 11001110 100110 100000

Color Harmonies of #335671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335671

Black with #335671

Text Example


Text Example

White with #335671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335671; }

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

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

background-color css

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

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

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

border-color css

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

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

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