Html Css Color HEX #2023AA Egyptian Blue

📋 copy color: '#2023AA'

red 32 ◦ green 35 ◦ blue 170

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

Shades of Egyptian Blue #2023AA

Tints of Egyptian Blue #2023AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.77%

 BLUE value IS 170 (66.8% from 255) = 71.73%

R = 13.5%
G = 14.77%
B = 71.73%

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

#2023AA (or 0x2023AA) is known color: Egyptian Blue. HEX triplet: 20, 23 and AA. RGB value is (32,35,170). Sum of RGB (Red+Green+Blue) = 32+35+170=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #2023AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2023AA is #DFDC55. Grayscale: #303030. Windows color (decimal): -14670934 or 11150112. OLE color: 11150112.

HSL color Cylindrical-coordinate representation of color #2023AA: hue angle of 238.7º 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 #2023AA is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 35 170 -
CMYK 0.81 0.79 0 0.33
HSL 238.7º 0.68% 0.4% -
HSV(B) 238.7º 0.81% 0.67% -
XYZ 8.45 4.41 38.44 -
YUV 49.49 196.01 115.52 -
System Red Green Blue C M Y K H S L
Decimal 32 35 170 0.81 0.79 0 0.33 238.7 0.68 0.4
Hex 20 23 AA 51 4F 0 21 EF 44 28
Octal 40 43 252 121 117 0 41 357 104 50
Binary 100000 100011 10101010 1010001 1001111 0 100001 11101111 1000100 101000

Color Harmonies of #2023AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2023AA

Black with #2023AA

Text Example


Text Example

White with #2023AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2023AA; }

 p { color: rgb(32,35,170); }

 H1.HeaderClassName
 {
   color: #2023AA;
 }
 .AnyTagClassName
 {
   color: #2023AA;
 }
</style>

background-color css

<style>
 a { background-color: #2023AA; }

 a { background-color: rgb(32,35,170); }

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

border-color css

<style>
 span { border-color: #2023AA; }

 span { border-color: rgb(32,35,170); }

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