#224874

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

Shades of Venice Blue #224874

Tints of Venice Blue #224874

Color information

#224874 (or 0x224874) is unknown color: approx Venice Blue. HEX triplet: 22, 48 and 74. RGB value is (34,72,116). Sum of RGB (Red+Green+Blue) = 34+72+116=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #224874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224874 is #DDB78B. Grayscale: #414141. Windows color (decimal): -14530444 or 7620642. OLE color: 7620642.

HSL color Cylindrical-coordinate representation of color #224874: hue angle of 212.2º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224874 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3472116-
CMYK0.710.3800.55
HSL212.2º54.67%29.41%-
HSV(B)212.2º70.69%45.49%-
XYZ6.136.2417.4-
YUV65.65156.41105.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.32%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=15.32%
G=32.43%
B=52.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34721160.710.3800.55212.254.6729.41
Hex2248744726037d4371d
Octal42110164107460673246735
Binary10001010010001110100100011110011001101111101010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224874; }

 p { color: rgb(34,72,116); }

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

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

 a { background-color: rgb(34,72,116); }

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

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

 span { border-color: rgb(34,72,116); }

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