Html Css Color HEX #335174 Venice Blue

📋 copy color: '#335174'

red 51 ◦ green 81 ◦ blue 116

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

Shades of Venice Blue #335174

Tints of Venice Blue #335174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.77%

R = 20.56%
G = 32.66%
B = 46.77%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#335174 (or 0x335174) is known color: Venice Blue. HEX triplet: 33, 51 and 74. RGB value is (51,81,116). Sum of RGB (Red+Green+Blue) = 51+81+116=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #335174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335174 is #CCAE8B. Grayscale: #4B4B4B. Windows color (decimal): -13414028 or 7622963. OLE color: 7622963.

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

Color convert

RGB 51 81 116 -
CMYK 0.56 0.30 0 0.55
HSL 212.31º 0.39% 0.33% -
HSV(B) 212.31º 0.56% 0.45% -
XYZ 7.46 7.85 17.64 -
YUV 76.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 51 81 116 0.56 0.30 0 0.55 212.31 0.39 0.33
Hex 33 51 74 38 1E 0 37 D4 27 21
Octal 63 121 164 70 36 0 67 324 47 41
Binary 110011 1010001 1110100 111000 11110 0 110111 11010100 100111 100001

Color Harmonies of #335174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335174

Black with #335174

Text Example


Text Example

White with #335174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335174; }

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

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

background-color css

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

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

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

border-color css

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

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

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