#224675

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

Shades of Venice Blue #224675

Tints of Venice Blue #224675

Color information

#224675 (or 0x224675) is unknown color: approx Venice Blue. HEX triplet: 22, 46 and 75. RGB value is (34,70,117). Sum of RGB (Red+Green+Blue) = 34+70+117=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #224675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224675 is #DDB98A. Grayscale: #404040. Windows color (decimal): -14530955 or 7685666. OLE color: 7685666.

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

Color convert

RGB3470117-
CMYK0.710.4000.54
HSL213.98º54.97%29.61%-
HSV(B)213.98º70.94%45.88%-
XYZ6.06617.67-
YUV64.59157.57106.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.38%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=15.38%
G=31.67%
B=52.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34701170.710.4000.54213.9854.9729.61
Hex2246754728036d6371e
Octal42106165107500663266736
Binary10001010001101110101100011110100001101101101011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224675; }

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

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

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

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

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

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

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

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