#223683

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

Shades of Resolution Blue #223683

Tints of Resolution Blue #223683

Color information

#223683 (or 0x223683) is unknown color: approx Resolution Blue. HEX triplet: 22, 36 and 83. RGB value is (34,54,131). Sum of RGB (Red+Green+Blue) = 34+54+131=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #223683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223683 is #DDC97C. Grayscale: #383838. Windows color (decimal): -14535037 or 8599074. OLE color: 8599074.

HSL color Cylindrical-coordinate representation of color #223683: hue angle of 227.63º 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 #223683 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3454131-
CMYK0.740.5900.49
HSL227.63º58.79%32.35%-
HSV(B)227.63º74.05%51.37%-
XYZ6.084.6222.04-
YUV56.8169.87111.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 131 (51.56% from 255) = 59.82%
R=15.53%
G=24.66%
B=59.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34541310.740.5900.49227.6358.7932.35
Hex2236834A3B031e43b20
Octal4266203112730613447340
Binary100010110110100000111001010111011011000111100100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223683; }

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

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

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

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

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

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

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

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