Html Css Color HEX #213DA2 Egyptian Blue

📋 copy color: '#213DA2'

red 33 ◦ green 61 ◦ blue 162

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

Shades of Egyptian Blue #213DA2

Tints of Egyptian Blue #213DA2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.83%

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

R = 12.89%
G = 23.83%
B = 63.28%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#213DA2 (or 0x213DA2) is known color: Egyptian Blue. HEX triplet: 21, 3D and A2. RGB value is (33,61,162). Sum of RGB (Red+Green+Blue) = 33+61+162=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 162 (63.67% from 255 or 63.28% from 256); Max value from RGB is 162 - color contains mainly: blue. Hex color #213DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213DA2 is #DEC25D. Grayscale: #3F3F3F. Windows color (decimal): -14598750 or 10632481. OLE color: 10632481.

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

Color convert

RGB 33 61 162 -
CMYK 0.80 0.62 0 0.36
HSL 226.98º 0.66% 0.38% -
HSV(B) 226.98º 0.8% 0.64% -
XYZ 8.82 6.27 34.93 -
YUV 64.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 33 61 162 0.80 0.62 0 0.36 226.98 0.66 0.38
Hex 21 3D A2 50 3E 0 24 E3 42 26
Octal 41 75 242 120 76 0 44 343 102 46
Binary 100001 111101 10100010 1010000 111110 0 100100 11100011 1000010 100110

Color Harmonies of #213DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DA2

Black with #213DA2

Text Example


Text Example

White with #213DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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