Html Css Color HEX #2033AA Egyptian Blue

📋 copy color: '#2033AA'

red 32 ◦ green 51 ◦ blue 170

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

Shades of Egyptian Blue #2033AA

Tints of Egyptian Blue #2033AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

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

R = 12.65%
G = 20.16%
B = 67.19%

CMYK

 C value IS 0.81

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2033AA (or 0x2033AA) is known color: Egyptian Blue. HEX triplet: 20, 33 and AA. RGB value is (32,51,170). Sum of RGB (Red+Green+Blue) = 32+51+170=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #2033AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2033AA is #DFCC55. Grayscale: #3A3A3A. Windows color (decimal): -14666838 or 11154208. OLE color: 11154208.

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

Color convert

RGB 32 51 170 -
CMYK 0.81 0.7 0 0.33
HSL 231.74º 0.68% 0.4% -
HSV(B) 231.74º 0.81% 0.67% -
XYZ 9.04 5.58 38.63 -
YUV 58.89 190.71 108.82 -
System Red Green Blue C M Y K H S L
Decimal 32 51 170 0.81 0.7 0 0.33 231.74 0.68 0.4
Hex 20 33 AA 51 46 0 21 E8 44 28
Octal 40 63 252 121 106 0 41 350 104 50
Binary 100000 110011 10101010 1010001 1000110 0 100001 11101000 1000100 101000

Color Harmonies of #2033AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2033AA

Black with #2033AA

Text Example


Text Example

White with #2033AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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