#212F51

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

Shades of Bunting #212F51

Tints of Bunting #212F51

Color information

#212F51 (or 0x212F51) is unknown color: approx Bunting. HEX triplet: 21, 2F and 51. RGB value is (33,47,81). Sum of RGB (Red+Green+Blue) = 33+47+81=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #212F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F51 is #DED0AE. Grayscale: #2E2E2E. Windows color (decimal): -14602415 or 5320481. OLE color: 5320481.

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

Color convert

RGB334781-
CMYK0.590.4200.68
HSL222.5º42.11%22.35%-
HSV(B)222.5º59.26%31.76%-
XYZ3.132.958.19-
YUV46.69147.36118.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=20.50%
G=29.19%
B=50.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3347810.590.4200.68222.542.1122.35
Hex212F513B2A044de2a16
Octal4157121735201043365226
Binary1000011011111010001111011101010010001001101111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212F51; }

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

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

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

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

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

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

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

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