#213151

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

Shades of Bunting #213151

Tints of Bunting #213151

Color information

#213151 (or 0x213151) is unknown color: approx Bunting. HEX triplet: 21, 31 and 51. RGB value is (33,49,81). Sum of RGB (Red+Green+Blue) = 33+49+81=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #213151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213151 is #DECEAE. Grayscale: #2F2F2F. Windows color (decimal): -14601903 or 5320993. OLE color: 5320993.

HSL color Cylindrical-coordinate representation of color #213151: hue angle of 220º 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 #213151 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB334981-
CMYK0.590.4000.68
HSL220º42.11%22.35%-
HSV(B)220º59.26%31.76%-
XYZ3.213.118.22-
YUV47.86146.7117.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 81 (32.03% from 255) = 49.69%
R=20.25%
G=30.06%
B=49.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3349810.590.4000.6822042.1122.35
Hex2131513B28044dc2a16
Octal4161121735001043345226
Binary1000011100011010001111011101000010001001101110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213151; }

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

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

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

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

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

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

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

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