Html Css Color HEX #21329D Egyptian Blue

📋 copy color: '#21329D'

red 33 ◦ green 50 ◦ blue 157

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

Shades of Egyptian Blue #21329D

Tints of Egyptian Blue #21329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

 BLUE value IS 157 (61.72% from 255) = 65.42%

R = 13.75%
G = 20.83%
B = 65.42%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21329D (or 0x21329D) is known color: Egyptian Blue. HEX triplet: 21, 32 and 9D. RGB value is (33,50,157). Sum of RGB (Red+Green+Blue) = 33+50+157=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #21329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21329D is #DECD62. Grayscale: #383838. Windows color (decimal): -14601571 or 10301985. OLE color: 10301985.

HSL color Cylindrical-coordinate representation of color #21329D: hue angle of 231.77º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21329D is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 50 157 -
CMYK 0.79 0.68 0 0.38
HSL 231.77º 0.65% 0.37% -
HSV(B) 231.77º 0.79% 0.62% -
XYZ 7.85 5.04 32.46 -
YUV 57.12 184.37 110.8 -
System Red Green Blue C M Y K H S L
Decimal 33 50 157 0.79 0.68 0 0.38 231.77 0.65 0.37
Hex 21 32 9D 4F 44 0 26 E8 41 25
Octal 41 62 235 117 104 0 46 350 101 45
Binary 100001 110010 10011101 1001111 1000100 0 100110 11101000 1000001 100101

Color Harmonies of #21329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21329D

Black with #21329D

Text Example


Text Example

White with #21329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21329D; }

 p { color: rgb(33,50,157); }

 H1.HeaderClassName
 {
   color: #21329D;
 }
 .AnyTagClassName
 {
   color: #21329D;
 }
</style>

background-color css

<style>
 a { background-color: #21329D; }

 a { background-color: rgb(33,50,157); }

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

border-color css

<style>
 span { border-color: #21329D; }

 span { border-color: rgb(33,50,157); }

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