#223084

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

Shades of Resolution Blue #223084

Tints of Resolution Blue #223084

Color information

#223084 (or 0x223084) is unknown color: approx Resolution Blue. HEX triplet: 22, 30 and 84. RGB value is (34,48,132). Sum of RGB (Red+Green+Blue) = 34+48+132=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #223084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223084 is #DDCF7B. Grayscale: #353535. Windows color (decimal): -14536572 or 8663074. OLE color: 8663074.

HSL color Cylindrical-coordinate representation of color #223084: hue angle of 231.43º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #223084 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3448132-
CMYK0.740.6400.48
HSL231.43º59.04%32.55%-
HSV(B)231.43º74.24%51.76%-
XYZ5.884.1222.32-
YUV53.39172.36114.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.89%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 132 (51.95% from 255) = 61.68%
R=15.89%
G=22.43%
B=61.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34481320.740.6400.48231.4359.0432.55
Hex2230844A40030e73b21
Octal42602041121000603477341
Binary1000101100001000010010010101000000011000011100111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223084; }

 p { color: rgb(34,48,132); }

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

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

 a { background-color: rgb(34,48,132); }

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

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

 span { border-color: rgb(34,48,132); }

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