#223388

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

Shades of Resolution Blue #223388

Tints of Resolution Blue #223388

Color information

#223388 (or 0x223388) is unknown color: approx Resolution Blue. HEX triplet: 22, 33 and 88. RGB value is (34,51,136). Sum of RGB (Red+Green+Blue) = 34+51+136=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #223388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223388 is #DDCC77. Grayscale: #373737. Windows color (decimal): -14535800 or 8925986. OLE color: 8925986.

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

Color convert

RGB3451136-
CMYK0.750.6200.47
HSL230º60%33.33%-
HSV(B)230º75%53.33%-
XYZ6.294.4923.83-
YUV55.61173.37112.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.38%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 136 (53.52% from 255) = 61.54%
R=15.38%
G=23.08%
B=61.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34511360.750.6200.472306033.33
Hex2233884B3E02Fe63c21
Octal4263210113760573467441
Binary100010110011100010001001011111110010111111100110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223388; }

 p { color: rgb(34,51,136); }

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

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

 a { background-color: rgb(34,51,136); }

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

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

 span { border-color: rgb(34,51,136); }

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