#223479

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

Shades of Resolution Blue #223479

Tints of Resolution Blue #223479

Color information

#223479 (or 0x223479) is unknown color: approx Resolution Blue. HEX triplet: 22, 34 and 79. RGB value is (34,52,121). Sum of RGB (Red+Green+Blue) = 34+52+121=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #223479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223479 is #DDCB86. Grayscale: #363636. Windows color (decimal): -14535559 or 7943202. OLE color: 7943202.

HSL color Cylindrical-coordinate representation of color #223479: hue angle of 227.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #223479 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3452121-
CMYK0.720.5700.53
HSL227.59º56.13%30.39%-
HSV(B)227.59º71.9%47.45%-
XYZ5.344.1818.61-
YUV54.48165.54113.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 121 (47.66% from 255) = 58.45%
R=16.43%
G=25.12%
B=58.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34521210.720.5700.53227.5956.1330.39
Hex2234794839035e4381e
Octal4264171110710653447036
Binary1000101101001111001100100011100101101011110010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223479; }

 p { color: rgb(34,52,121); }

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

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

 a { background-color: rgb(34,52,121); }

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

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

 span { border-color: rgb(34,52,121); }

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