#212DA1

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

Shades of Egyptian Blue #212DA1

Tints of Egyptian Blue #212DA1

Color information

#212DA1 (or 0x212DA1) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2D and A1. RGB value is (33,45,161). Sum of RGB (Red+Green+Blue) = 33+45+161=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 161 (63.28% from 255 or 67.36% from 239); Max value from RGB is 161 - color contains mainly: blue. Hex color #212DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212DA1 is #DED25E. Grayscale: #363636. Windows color (decimal): -14602847 or 10562849. OLE color: 10562849.

HSL color Cylindrical-coordinate representation of color #212DA1: hue angle of 234.38º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212DA1 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3345161-
CMYK0.800.7200.37
HSL234.38º65.98%38.04%-
HSV(B)234.38º79.5%63.14%-
XYZ84.7734.22-
YUV54.64188.02112.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 161 (63.28% from 255) = 67.36%
R=13.81%
G=18.83%
B=67.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33451610.800.7200.37234.3865.9838.04
Hex212DA15048025ea4226
Octal415524112011004535210246
Binary10000110110110100001101000010010000100101111010101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,45,161); }

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

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

 a { background-color: rgb(33,45,161); }

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

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

 span { border-color: rgb(33,45,161); }

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