#223174

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

Shades of Resolution Blue #223174

Tints of Resolution Blue #223174

Color information

#223174 (or 0x223174) is unknown color: approx Resolution Blue. HEX triplet: 22, 31 and 74. RGB value is (34,49,116). Sum of RGB (Red+Green+Blue) = 34+49+116=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #223174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223174 is #DDCE8B. Grayscale: #333333. Windows color (decimal): -14536332 or 7614754. OLE color: 7614754.

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

Color convert

RGB3449116-
CMYK0.710.5800.55
HSL229.02º54.67%29.41%-
HSV(B)229.02º70.69%45.49%-
XYZ4.913.817-
YUV52.15164.03115.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 116 (45.70% from 255) = 58.29%
R=17.09%
G=24.62%
B=58.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34491160.710.5800.55229.0254.6729.41
Hex223174473A037e5371d
Octal4261164107720673456735
Binary1000101100011110100100011111101001101111110010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223174; }

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

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

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

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

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

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

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

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