Html Css Color HEX #335175 Venice Blue

📋 copy color: '#335175'

red 51 ◦ green 81 ◦ blue 117

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

Shades of Venice Blue #335175

Tints of Venice Blue #335175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 20.48%
G = 32.53%
B = 46.99%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#335175 (or 0x335175) is known color: Venice Blue. HEX triplet: 33, 51 and 75. RGB value is (51,81,117). Sum of RGB (Red+Green+Blue) = 51+81+117=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #335175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335175 is #CCAE8A. Grayscale: #4B4B4B. Windows color (decimal): -13414027 or 7688499. OLE color: 7688499.

HSL color Cylindrical-coordinate representation of color #335175: hue angle of 212.73º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335175 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 81 117 -
CMYK 0.56 0.31 0 0.54
HSL 212.73º 0.39% 0.33% -
HSV(B) 212.73º 0.56% 0.46% -
XYZ 7.52 7.87 17.95 -
YUV 76.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 51 81 117 0.56 0.31 0 0.54 212.73 0.39 0.33
Hex 33 51 75 38 1F 0 36 D5 27 21
Octal 63 121 165 70 37 0 66 325 47 41
Binary 110011 1010001 1110101 111000 11111 0 110110 11010101 100111 100001

Color Harmonies of #335175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335175

Black with #335175

Text Example


Text Example

White with #335175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335175; }

 p { color: rgb(51,81,117); }

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

background-color css

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

 a { background-color: rgb(51,81,117); }

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

border-color css

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

 span { border-color: rgb(51,81,117); }

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