#225176

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

Shades of Venice Blue #225176

Tints of Venice Blue #225176

Color information

#225176 (or 0x225176) is unknown color: approx Venice Blue. HEX triplet: 22, 51 and 76. RGB value is (34,81,118). Sum of RGB (Red+Green+Blue) = 34+81+118=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #225176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225176 is #DDAE89. Grayscale: #464646. Windows color (decimal): -14528138 or 7754018. OLE color: 7754018.

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

Color convert

RGB3481118-
CMYK0.710.3100.54
HSL206.43º55.26%29.8%-
HSV(B)206.43º71.19%46.27%-
XYZ6.877.5318.23-
YUV71.16154.43101.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.59%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=14.59%
G=34.76%
B=50.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34811180.710.3100.54206.4355.2629.8
Hex225176471F036ce371e
Octal42121166107370663166736
Binary1000101010001111011010001111111101101101100111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225176; }

 p { color: rgb(34,81,118); }

 H1.HeaderClassName
 {
   color: #225176;
 }
 .AnyTagClassName
 {
   color: #225176;
 }
</style>
background-color css

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

 a { background-color: rgb(34,81,118); }

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

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

 span { border-color: rgb(34,81,118); }

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