#223583

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

Shades of Resolution Blue #223583

Tints of Resolution Blue #223583

Color information

#223583 (or 0x223583) is unknown color: approx Resolution Blue. HEX triplet: 22, 35 and 83. RGB value is (34,53,131). Sum of RGB (Red+Green+Blue) = 34+53+131=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #223583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223583 is #DDCA7C. Grayscale: #373737. Windows color (decimal): -14535293 or 8598818. OLE color: 8598818.

HSL color Cylindrical-coordinate representation of color #223583: hue angle of 228.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #223583 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3453131-
CMYK0.740.6000.49
HSL228.25º58.79%32.35%-
HSV(B)228.25º74.05%51.37%-
XYZ6.034.5222.03-
YUV56.21170.21112.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.60%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 131 (51.56% from 255) = 60.09%
R=15.60%
G=24.31%
B=60.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34531310.740.6000.49228.2558.7932.35
Hex2235834A3C031e43b20
Octal4265203112740613447340
Binary100010110101100000111001010111100011000111100100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223583; }

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

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

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

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

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

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

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

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