#224074

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

Shades of Resolution Blue #224074

Tints of Resolution Blue #224074

Color information

#224074 (or 0x224074) is unknown color: approx Resolution Blue. HEX triplet: 22, 40 and 74. RGB value is (34,64,116). Sum of RGB (Red+Green+Blue) = 34+64+116=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #224074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224074 is #DDBF8B. Grayscale: #3C3C3C. Windows color (decimal): -14532492 or 7618594. OLE color: 7618594.

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

Color convert

RGB3464116-
CMYK0.710.4500.55
HSL218.05º54.67%29.41%-
HSV(B)218.05º70.69%45.49%-
XYZ5.655.2717.24-
YUV60.96159.06108.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.89%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 116 (45.70% from 255) = 54.21%
R=15.89%
G=29.91%
B=54.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34641160.710.4500.55218.0554.6729.41
Hex224074472D037da371d
Octal42100164107550673326735
Binary10001010000001110100100011110110101101111101101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224074; }

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

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

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

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

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

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

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

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