#225175

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

Shades of Venice Blue #225175

Tints of Venice Blue #225175

Color information

#225175 (or 0x225175) is unknown color: approx Venice Blue. HEX triplet: 22, 51 and 75. RGB value is (34,81,117). Sum of RGB (Red+Green+Blue) = 34+81+117=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #225175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225175 is #DDAE8A. Grayscale: #464646. Windows color (decimal): -14528139 or 7688482. OLE color: 7688482.

HSL color Cylindrical-coordinate representation of color #225175: hue angle of 206.02º 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 #225175 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3481117-
CMYK0.710.3100.54
HSL206.02º54.97%29.61%-
HSV(B)206.02º70.94%45.88%-
XYZ6.817.5117.92-
YUV71.05153.93101.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=14.66%
G=34.91%
B=50.43%

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
Decimal34811170.710.3100.54206.0254.9729.61
Hex225175471F036ce371e
Octal42121165107370663166736
Binary1000101010001111010110001111111101101101100111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225175; }

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

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

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

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

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

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

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

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