#224178

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

Shades of Resolution Blue #224178

Tints of Resolution Blue #224178

Color information

#224178 (or 0x224178) is unknown color: approx Resolution Blue. HEX triplet: 22, 41 and 78. RGB value is (34,65,120). Sum of RGB (Red+Green+Blue) = 34+65+120=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #224178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224178 is #DDBE87. Grayscale: #3D3D3D. Windows color (decimal): -14532232 or 7880994. OLE color: 7880994.

HSL color Cylindrical-coordinate representation of color #224178: hue angle of 218.37º 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 #224178 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3465120-
CMYK0.720.4600.53
HSL218.37º55.84%30.2%-
HSV(B)218.37º71.67%47.06%-
XYZ5.945.4818.51-
YUV62160.73108.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 120 (47.27% from 255) = 54.79%
R=15.53%
G=29.68%
B=54.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34651200.720.4600.53218.3755.8430.2
Hex224178482E035da381e
Octal42101170110560653327036
Binary10001010000011111000100100010111001101011101101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224178; }

 p { color: rgb(34,65,120); }

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

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

 a { background-color: rgb(34,65,120); }

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

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

 span { border-color: rgb(34,65,120); }

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