#224275

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

Shades of Resolution Blue #224275

Tints of Resolution Blue #224275

Color information

#224275 (or 0x224275) is unknown color: approx Resolution Blue. HEX triplet: 22, 42 and 75. RGB value is (34,66,117). Sum of RGB (Red+Green+Blue) = 34+66+117=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #224275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224275 is #DDBD8A. Grayscale: #3E3E3E. Windows color (decimal): -14531979 or 7684642. OLE color: 7684642.

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

Color convert

RGB3466117-
CMYK0.710.4400.54
HSL216.87º54.97%29.61%-
HSV(B)216.87º70.94%45.88%-
XYZ5.825.5217.59-
YUV62.25158.9107.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.67%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=15.67%
G=30.41%
B=53.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34661170.710.4400.54216.8754.9729.61
Hex224275472C036d9371e
Octal42102165107540663316736
Binary10001010000101110101100011110110001101101101100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224275; }

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

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

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

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

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

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

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

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