#22476E

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

Shades of Venice Blue #22476E

Tints of Venice Blue #22476E

Color information

#22476E (or 0x22476E) is unknown color: approx Venice Blue. HEX triplet: 22, 47 and 6E. RGB value is (34,71,110). Sum of RGB (Red+Green+Blue) = 34+71+110=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #22476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22476E is #DDB891. Grayscale: #404040. Windows color (decimal): -14530706 or 7227170. OLE color: 7227170.

HSL color Cylindrical-coordinate representation of color #22476E: hue angle of 210.79º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22476E is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3471110-
CMYK0.690.3500.57
HSL210.79º52.78%28.24%-
HSV(B)210.79º69.09%43.14%-
XYZ5.735.9715.6-
YUV64.38153.74106.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.81%
GREEN value IS 71 (28.12% from 255) = 33.02%
BLUE value IS 110 (43.36% from 255) = 51.16%
R=15.81%
G=33.02%
B=51.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34711100.690.3500.57210.7952.7828.24
Hex22476E4523039d3351c
Octal42107156105430713236534
Binary10001010001111101110100010110001101110011101001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22476E; }

 p { color: rgb(34,71,110); }

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

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

 a { background-color: rgb(34,71,110); }

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

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

 span { border-color: rgb(34,71,110); }

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