#223175

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

Shades of Resolution Blue #223175

Tints of Resolution Blue #223175

Color information

#223175 (or 0x223175) is unknown color: approx Resolution Blue. HEX triplet: 22, 31 and 75. RGB value is (34,49,117). Sum of RGB (Red+Green+Blue) = 34+49+117=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #223175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223175 is #DDCE8A. Grayscale: #333333. Windows color (decimal): -14536331 or 7680290. OLE color: 7680290.

HSL color Cylindrical-coordinate representation of color #223175: hue angle of 229.16º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #223175 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3449117-
CMYK0.710.5800.54
HSL229.16º54.97%29.61%-
HSV(B)229.16º70.94%45.88%-
XYZ4.973.8217.31-
YUV52.27164.53114.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 117 (46.09% from 255) = 58.5%
R=17%
G=24.5%
B=58.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34491170.710.5800.54229.1654.9729.61
Hex223175473A036e5371e
Octal4261165107720663456736
Binary1000101100011110101100011111101001101101110010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223175; }

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

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

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

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

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

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

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

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