#223250

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

Shades of Bunting #223250

Tints of Bunting #223250

Color information

#223250 (or 0x223250) is unknown color: approx Bunting. HEX triplet: 22, 32 and 50. RGB value is (34,50,80). Sum of RGB (Red+Green+Blue) = 34+50+80=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #223250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223250 is #DDCDAF. Grayscale: #303030. Windows color (decimal): -14536112 or 5255714. OLE color: 5255714.

HSL color Cylindrical-coordinate representation of color #223250: hue angle of 219.13º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #223250 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB345080-
CMYK0.580.3700.69
HSL219.13º40.35%22.35%-
HSV(B)219.13º57.5%31.37%-
XYZ3.253.28.04-
YUV48.64145.7117.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.73%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=20.73%
G=30.49%
B=48.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3450800.580.3700.69219.1340.3522.35
Hex2232503A25045db2816
Octal4262120724501053335026
Binary1000101100101010000111010100101010001011101101110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223250; }

 p { color: rgb(34,50,80); }

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

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

 a { background-color: rgb(34,50,80); }

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

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

 span { border-color: rgb(34,50,80); }

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