#335174

Color #335174 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #335174

Tints of Venice Blue #335174

Color information

#335174 (or 0x335174) is unknown color: approx 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

RGB5181116-
CMYK0.560.3000.55
HSL212.31º38.92%32.75%-
HSV(B)212.31º56.03%45.49%-
XYZ7.467.8517.64-
YUV76.02150.56110.15-

RGB Variations

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

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.70% from 255) = 46.77%
R=20.56%
G=32.66%
B=46.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51811160.560.3000.55212.3138.9232.75
Hex335174381E037d42721
Octal6312116470360673244741
Binary1100111010001111010011100011110011011111010100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>