#224180

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

Shades of Resolution Blue #224180

Tints of Resolution Blue #224180

Color information

#224180 (or 0x224180) is unknown color: approx Resolution Blue. HEX triplet: 22, 41 and 80. RGB value is (34,65,128). Sum of RGB (Red+Green+Blue) = 34+65+128=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #224180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224180 is #DDBE7F. Grayscale: #3E3E3E. Windows color (decimal): -14532224 or 8405282. OLE color: 8405282.

HSL color Cylindrical-coordinate representation of color #224180: hue angle of 220.21º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #224180 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3465128-
CMYK0.730.4900.50
HSL220.21º58.02%31.76%-
HSV(B)220.21º73.44%50.2%-
XYZ6.455.6821.18-
YUV62.91164.73107.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 128 (50.39% from 255) = 56.39%
R=14.98%
G=28.63%
B=56.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34651280.730.4900.50220.2158.0231.76
Hex2241804931032dc3a20
Octal42101200111610623347240
Binary1000101000001100000001001001110001011001011011100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224180; }

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

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

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

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

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

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

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

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