#223489

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

Shades of Resolution Blue #223489

Tints of Resolution Blue #223489

Color information

#223489 (or 0x223489) is unknown color: approx Resolution Blue. HEX triplet: 22, 34 and 89. RGB value is (34,52,137). Sum of RGB (Red+Green+Blue) = 34+52+137=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #223489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223489 is #DDCB76. Grayscale: #373737. Windows color (decimal): -14535543 or 8991778. OLE color: 8991778.

HSL color Cylindrical-coordinate representation of color #223489: hue angle of 229.51º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #223489 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3452137-
CMYK0.750.6200.46
HSL229.51º60.23%33.53%-
HSV(B)229.51º75.18%53.73%-
XYZ6.44.624.22-
YUV56.31173.54112.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 137 (53.91% from 255) = 61.43%
R=15.25%
G=23.32%
B=61.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34521370.750.6200.46229.5160.2333.53
Hex2234894B3E02Ee63c22
Octal4264211113760563467442
Binary100010110100100010011001011111110010111011100110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223489; }

 p { color: rgb(34,52,137); }

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

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

 a { background-color: rgb(34,52,137); }

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

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

 span { border-color: rgb(34,52,137); }

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