#224379

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

Shades of Resolution Blue #224379

Tints of Resolution Blue #224379

Color information

#224379 (or 0x224379) is unknown color: approx Resolution Blue. HEX triplet: 22, 43 and 79. RGB value is (34,67,121). Sum of RGB (Red+Green+Blue) = 34+67+121=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #224379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224379 is #DDBC86. Grayscale: #3F3F3F. Windows color (decimal): -14531719 or 7947042. OLE color: 7947042.

HSL color Cylindrical-coordinate representation of color #224379: hue angle of 217.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #224379 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3467121-
CMYK0.720.4500.53
HSL217.24º56.13%30.39%-
HSV(B)217.24º71.9%47.45%-
XYZ6.125.7318.87-
YUV63.29160.57107.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.32%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 121 (47.66% from 255) = 54.50%
R=15.32%
G=30.18%
B=54.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34671210.720.4500.53217.2456.1330.39
Hex224379482D035d9381e
Octal42103171110550653317036
Binary10001010000111111001100100010110101101011101100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224379; }

 p { color: rgb(34,67,121); }

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

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

 a { background-color: rgb(34,67,121); }

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

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

 span { border-color: rgb(34,67,121); }

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