#212F4D

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

Shades of Bunting #212F4D

Tints of Bunting #212F4D

Color information

#212F4D (or 0x212F4D) is unknown color: approx Bunting. HEX triplet: 21, 2F and 4D. RGB value is (33,47,77). Sum of RGB (Red+Green+Blue) = 33+47+77=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #212F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F4D is #DED0B2. Grayscale: #2E2E2E. Windows color (decimal): -14602419 or 5058337. OLE color: 5058337.

HSL color Cylindrical-coordinate representation of color #212F4D: hue angle of 220.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #212F4D is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB334777-
CMYK0.570.3900.70
HSL220.91º40%21.57%-
HSV(B)220.91º57.14%30.2%-
XYZ2.982.897.42-
YUV46.23145.36118.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=21.02%
G=29.94%
B=49.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3347770.570.3900.70220.914021.57
Hex212F4D3927046dd2816
Octal4157115714701063355026
Binary1000011011111001101111001100111010001101101110110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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