#224377

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

Shades of Resolution Blue #224377

Tints of Resolution Blue #224377

Color information

#224377 (or 0x224377) is unknown color: approx Resolution Blue. HEX triplet: 22, 43 and 77. RGB value is (34,67,119). Sum of RGB (Red+Green+Blue) = 34+67+119=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #224377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224377 is #DDBC88. Grayscale: #3E3E3E. Windows color (decimal): -14531721 or 7815970. OLE color: 7815970.

HSL color Cylindrical-coordinate representation of color #224377: hue angle of 216.71º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224377 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3467119-
CMYK0.710.4400.53
HSL216.71º55.56%30%-
HSV(B)216.71º71.43%46.67%-
XYZ65.6918.23-
YUV63.06159.57107.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.45%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=15.45%
G=30.45%
B=54.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34671190.710.4400.53216.7155.5630
Hex224377472C035d9381e
Octal42103167107540653317036
Binary10001010000111110111100011110110001101011101100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224377; }

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

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

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

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

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

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

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

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