#213250

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

Shades of Bunting #213250

Tints of Bunting #213250

Color information

#213250 (or 0x213250) is unknown color: approx Bunting. HEX triplet: 21, 32 and 50. RGB value is (33,50,80). Sum of RGB (Red+Green+Blue) = 33+50+80=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #213250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213250 is #DECDAF. Grayscale: #303030. Windows color (decimal): -14601648 or 5255713. OLE color: 5255713.

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

Color convert

RGB335080-
CMYK0.590.3700.69
HSL218.3º41.59%22.16%-
HSV(B)218.3º58.75%31.37%-
XYZ3.223.188.03-
YUV48.34145.87117.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=20.25%
G=30.67%
B=49.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3350800.590.3700.69218.341.5922.16
Hex2132503B25045da2a16
Octal4162120734501053325226
Binary1000011100101010000111011100101010001011101101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213250; }

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

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

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

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

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

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

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

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