Html Css Color HEX #2024AB Egyptian Blue

📋 copy color: '#2024AB'

red 32 ◦ green 36 ◦ blue 171

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

Shades of Egyptian Blue #2024AB

Tints of Egyptian Blue #2024AB

RGB

 RED value IS 32 (12.89% from 255) = 13.39%

 GREEN value IS 36 (14.45% from 255) = 15.06%

 BLUE value IS 171 (67.19% from 255) = 71.55%

R = 13.39%
G = 15.06%
B = 71.55%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2024AB (or 0x2024AB) is known color: Egyptian Blue. HEX triplet: 20, 24 and AB. RGB value is (32,36,171). Sum of RGB (Red+Green+Blue) = 32+36+171=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #2024AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2024AB is #DFDB54. Grayscale: #313131. Windows color (decimal): -14670677 or 11215904. OLE color: 11215904.

HSL color Cylindrical-coordinate representation of color #2024AB: hue angle of 238.27º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2024AB is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 36 171 -
CMYK 0.81 0.79 0 0.33
HSL 238.27º 0.68% 0.4% -
HSV(B) 238.27º 0.81% 0.67% -
XYZ 8.58 4.51 38.95 -
YUV 50.19 196.17 115.02 -
System Red Green Blue C M Y K H S L
Decimal 32 36 171 0.81 0.79 0 0.33 238.27 0.68 0.4
Hex 20 24 AB 51 4F 0 21 EE 44 28
Octal 40 44 253 121 117 0 41 356 104 50
Binary 100000 100100 10101011 1010001 1001111 0 100001 11101110 1000100 101000

Color Harmonies of #2024AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2024AB

Black with #2024AB

Text Example


Text Example

White with #2024AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2024AB; }

 p { color: rgb(32,36,171); }

 H1.HeaderClassName
 {
   color: #2024AB;
 }
 .AnyTagClassName
 {
   color: #2024AB;
 }
</style>

background-color css

<style>
 a { background-color: #2024AB; }

 a { background-color: rgb(32,36,171); }

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

border-color css

<style>
 span { border-color: #2024AB; }

 span { border-color: rgb(32,36,171); }

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