#223049

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

Shades of Bunting #223049

Tints of Bunting #223049

Color information

#223049 (or 0x223049) is unknown color: approx Bunting. HEX triplet: 22, 30 and 49. RGB value is (34,48,73). Sum of RGB (Red+Green+Blue) = 34+48+73=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #223049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223049 is #DDCFB6. Grayscale: #2E2E2E. Windows color (decimal): -14536631 or 4796450. OLE color: 4796450.

HSL color Cylindrical-coordinate representation of color #223049: hue angle of 218.46º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #223049 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB344873-
CMYK0.530.3400.71
HSL218.46º36.45%20.98%-
HSV(B)218.46º53.42%28.63%-
XYZ2.922.946.72-
YUV46.66142.86118.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=21.94%
G=30.97%
B=47.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3448730.530.3400.71218.4636.4520.98
Hex2230493522047da2415
Octal4260111654201073324425
Binary1000101100001001001110101100010010001111101101010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223049; }

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

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

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

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

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

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

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

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