Html Css Color HEX #212BA2 Egyptian Blue

📋 copy color: '#212BA2'

red 33 ◦ green 43 ◦ blue 162

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

Shades of Egyptian Blue #212BA2

Tints of Egyptian Blue #212BA2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.07%

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

R = 13.87%
G = 18.07%
B = 68.07%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#212BA2 (or 0x212BA2) is known color: Egyptian Blue. HEX triplet: 21, 2B and A2. RGB value is (33,43,162). Sum of RGB (Red+Green+Blue) = 33+43+162=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 162 (63.67% from 255 or 68.07% from 238); Max value from RGB is 162 - color contains mainly: blue. Hex color #212BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212BA2 is #DED45D. Grayscale: #353535. Windows color (decimal): -14603358 or 10627873. OLE color: 10627873.

HSL color Cylindrical-coordinate representation of color #212BA2: hue angle of 235.35º 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 #212BA2 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 33 43 162 -
CMYK 0.80 0.73 0 0.36
HSL 235.35º 0.66% 0.38% -
HSV(B) 235.35º 0.8% 0.64% -
XYZ 8.01 4.66 34.66 -
YUV 53.58 189.19 113.32 -
System Red Green Blue C M Y K H S L
Decimal 33 43 162 0.80 0.73 0 0.36 235.35 0.66 0.38
Hex 21 2B A2 50 49 0 24 EB 42 26
Octal 41 53 242 120 111 0 44 353 102 46
Binary 100001 101011 10100010 1010000 1001001 0 100100 11101011 1000010 100110

Color Harmonies of #212BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212BA2

Black with #212BA2

Text Example


Text Example

White with #212BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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