#224372

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

Shades of Resolution Blue #224372

Tints of Resolution Blue #224372

Color information

#224372 (or 0x224372) is unknown color: approx Resolution Blue. HEX triplet: 22, 43 and 72. RGB value is (34,67,114). Sum of RGB (Red+Green+Blue) = 34+67+114=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #224372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224372 is #DDBC8D. Grayscale: #3E3E3E. Windows color (decimal): -14531726 or 7488290. OLE color: 7488290.

HSL color Cylindrical-coordinate representation of color #224372: hue angle of 215.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #224372 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3467114-
CMYK0.700.4100.55
HSL215.25º54.05%29.02%-
HSV(B)215.25º70.18%44.71%-
XYZ5.75.5716.69-
YUV62.49157.07107.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.81%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=15.81%
G=31.16%
B=53.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34671140.700.4100.55215.2554.0529.02
Hex2243724629037d7361d
Octal42103162106510673276635
Binary10001010000111110010100011010100101101111101011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224372; }

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

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

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

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

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

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

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

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