#223876

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

Shades of Resolution Blue #223876

Tints of Resolution Blue #223876

Color information

#223876 (or 0x223876) is unknown color: approx Resolution Blue. HEX triplet: 22, 38 and 76. RGB value is (34,56,118). Sum of RGB (Red+Green+Blue) = 34+56+118=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #223876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223876 is #DDC789. Grayscale: #383838. Windows color (decimal): -14534538 or 7747618. OLE color: 7747618.

HSL color Cylindrical-coordinate representation of color #223876: hue angle of 224.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #223876 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3456118-
CMYK0.710.5300.54
HSL224.29º55.26%29.8%-
HSV(B)224.29º71.19%46.27%-
XYZ5.344.4817.72-
YUV56.49162.71111.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.35%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 118 (46.48% from 255) = 56.73%
R=16.35%
G=26.92%
B=56.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34561180.710.5300.54224.2955.2629.8
Hex2238764735036e0371e
Octal4270166107650663406736
Binary1000101110001110110100011111010101101101110000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223876; }

 p { color: rgb(34,56,118); }

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

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

 a { background-color: rgb(34,56,118); }

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

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

 span { border-color: rgb(34,56,118); }

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