Html Css Color HEX #212DA2 Egyptian Blue

📋 copy color: '#212DA2'

red 33 ◦ green 45 ◦ blue 162

#212DA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #212DA2

Tints of Egyptian Blue #212DA2

RGB

 RED value IS 33 (13.28% from 255) = 13.75%

 GREEN value IS 45 (17.97% from 255) = 18.75%

 BLUE value IS 162 (63.67% from 255) = 67.5%

R = 13.75%
G = 18.75%
B = 67.5%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#212DA2 (or 0x212DA2) is known color: Egyptian Blue. HEX triplet: 21, 2D and A2. RGB value is (33,45,162). Sum of RGB (Red+Green+Blue) = 33+45+162=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #212DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212DA2 is #DED25D. Grayscale: #363636. Windows color (decimal): -14602846 or 10628385. OLE color: 10628385.

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

Color convert

RGB 33 45 162 -
CMYK 0.80 0.72 0 0.36
HSL 234.42º 0.66% 0.38% -
HSV(B) 234.42º 0.8% 0.64% -
XYZ 8.09 4.81 34.68 -
YUV 54.75 188.52 112.49 -
System Red Green Blue C M Y K H S L
Decimal 33 45 162 0.80 0.72 0 0.36 234.42 0.66 0.38
Hex 21 2D A2 50 48 0 24 EA 42 26
Octal 41 55 242 120 110 0 44 352 102 46
Binary 100001 101101 10100010 1010000 1001000 0 100100 11101010 1000010 100110

Color Harmonies of #212DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DA2

Black with #212DA2

Text Example


Text Example

White with #212DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #212DA2;
 }
 .AnyTagClassName
 {
   color: #212DA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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