#223079

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

Shades of Resolution Blue #223079

Tints of Resolution Blue #223079

Color information

#223079 (or 0x223079) is unknown color: approx Resolution Blue. HEX triplet: 22, 30 and 79. RGB value is (34,48,121). Sum of RGB (Red+Green+Blue) = 34+48+121=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #223079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223079 is #DDCF86. Grayscale: #333333. Windows color (decimal): -14536583 or 7942178. OLE color: 7942178.

HSL color Cylindrical-coordinate representation of color #223079: hue angle of 230.34º 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 #223079 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3448121-
CMYK0.720.6000.53
HSL230.34º56.13%30.39%-
HSV(B)230.34º71.9%47.45%-
XYZ5.173.8318.56-
YUV52.14166.86115.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 121 (47.66% from 255) = 59.61%
R=16.75%
G=23.65%
B=59.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34481210.720.6000.53230.3456.1330.39
Hex223079483C035e6381e
Octal4260171110740653467036
Binary1000101100001111001100100011110001101011110011011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223079; }

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

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

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

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

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

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

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

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