#225071

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

Shades of Venice Blue #225071

Tints of Venice Blue #225071

Color information

#225071 (or 0x225071) is unknown color: approx Venice Blue. HEX triplet: 22, 50 and 71. RGB value is (34,80,113). Sum of RGB (Red+Green+Blue) = 34+80+113=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #225071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225071 is #DDAF8E. Grayscale: #454545. Windows color (decimal): -14528399 or 7426082. OLE color: 7426082.

HSL color Cylindrical-coordinate representation of color #225071: hue angle of 205.06º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #225071 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3480113-
CMYK0.700.2900.56
HSL205.06º53.74%28.82%-
HSV(B)205.06º69.91%44.31%-
XYZ6.517.2716.68-
YUV70.01152.26102.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=14.98%
G=35.24%
B=49.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34801130.700.2900.56205.0653.7428.82
Hex225071461D038cd361d
Octal42120161106350703156635
Binary1000101010000111000110001101110101110001100110111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225071; }

 p { color: rgb(34,80,113); }

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

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

 a { background-color: rgb(34,80,113); }

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

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

 span { border-color: rgb(34,80,113); }

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