#213251

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

Shades of Bunting #213251

Tints of Bunting #213251

Color information

#213251 (or 0x213251) is unknown color: approx Bunting. HEX triplet: 21, 32 and 51. RGB value is (33,50,81). Sum of RGB (Red+Green+Blue) = 33+50+81=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #213251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213251 is #DECDAE. Grayscale: #303030. Windows color (decimal): -14601647 or 5321249. OLE color: 5321249.

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

Color convert

RGB335081-
CMYK0.590.3800.68
HSL218.75º42.11%22.35%-
HSV(B)218.75º59.26%31.76%-
XYZ3.253.28.23-
YUV48.45146.37116.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 81 (32.03% from 255) = 49.39%
R=20.12%
G=30.49%
B=49.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3350810.590.3800.68218.7542.1122.35
Hex2132513B26044db2a16
Octal4162121734601043335226
Binary1000011100101010001111011100110010001001101101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213251; }

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

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

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

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

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

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

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

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