#223575

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

Shades of Resolution Blue #223575

Tints of Resolution Blue #223575

Color information

#223575 (or 0x223575) is unknown color: approx Resolution Blue. HEX triplet: 22, 35 and 75. RGB value is (34,53,117). Sum of RGB (Red+Green+Blue) = 34+53+117=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #223575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223575 is #DDCA8A. Grayscale: #363636. Windows color (decimal): -14535307 or 7681314. OLE color: 7681314.

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

Color convert

RGB3453117-
CMYK0.710.5500.54
HSL226.27º54.97%29.61%-
HSV(B)226.27º70.94%45.88%-
XYZ5.144.1717.36-
YUV54.62163.21113.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 117 (46.09% from 255) = 57.35%
R=16.67%
G=25.98%
B=57.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34531170.710.5500.54226.2754.9729.61
Hex2235754737036e2371e
Octal4265165107670663426736
Binary1000101101011110101100011111011101101101110001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223575; }

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

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

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

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

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

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

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

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