#223984

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

Shades of Resolution Blue #223984

Tints of Resolution Blue #223984

Color information

#223984 (or 0x223984) is unknown color: approx Resolution Blue. HEX triplet: 22, 39 and 84. RGB value is (34,57,132). Sum of RGB (Red+Green+Blue) = 34+57+132=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #223984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223984 is #DDC67B. Grayscale: #3A3A3A. Windows color (decimal): -14534268 or 8665378. OLE color: 8665378.

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

Color convert

RGB3457132-
CMYK0.740.5700.48
HSL225.92º59.04%32.55%-
HSV(B)225.92º74.24%51.76%-
XYZ6.294.9322.45-
YUV58.67169.38110.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 57 (22.66% from 255) = 25.56%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=15.25%
G=25.56%
B=59.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34571320.740.5700.48225.9259.0432.55
Hex2239844A39030e23b21
Octal4271204112710603427341
Binary100010111001100001001001010111001011000011100010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223984; }

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

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

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

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

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

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

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

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