#223155

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

Shades of Bunting #223155

Tints of Bunting #223155

Color information

#223155 (or 0x223155) is unknown color: approx Bunting. HEX triplet: 22, 31 and 55. RGB value is (34,49,85). Sum of RGB (Red+Green+Blue) = 34+49+85=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #223155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223155 is #DDCEAA. Grayscale: #303030. Windows color (decimal): -14536363 or 5583138. OLE color: 5583138.

HSL color Cylindrical-coordinate representation of color #223155: hue angle of 222.35º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #223155 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB344985-
CMYK0.600.4200.67
HSL222.35º42.86%23.33%-
HSV(B)222.35º60%33.33%-
XYZ3.43.199.03-
YUV48.62148.53117.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.24%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=20.24%
G=29.17%
B=50.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3449850.600.4200.67222.3542.8623.33
Hex2231553C2A043de2b17
Octal4261125745201033365327
Binary1000101100011010101111100101010010000111101111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223155; }

 p { color: rgb(34,49,85); }

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

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

 a { background-color: rgb(34,49,85); }

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

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

 span { border-color: rgb(34,49,85); }

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