Html Css Color HEX #21329B Egyptian Blue

📋 copy color: '#21329B'

red 33 ◦ green 50 ◦ blue 155

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

Shades of Egyptian Blue #21329B

Tints of Egyptian Blue #21329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.13%

R = 13.87%
G = 21.01%
B = 65.13%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21329B (or 0x21329B) is known color: Egyptian Blue. HEX triplet: 21, 32 and 9B. RGB value is (33,50,155). Sum of RGB (Red+Green+Blue) = 33+50+155=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #21329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21329B is #DECD64. Grayscale: #383838. Windows color (decimal): -14601573 or 10170913. OLE color: 10170913.

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

Color convert

RGB 33 50 155 -
CMYK 0.79 0.68 0 0.39
HSL 231.64º 0.65% 0.37% -
HSV(B) 231.64º 0.79% 0.61% -
XYZ 7.68 4.97 31.56 -
YUV 56.89 183.37 110.96 -
System Red Green Blue C M Y K H S L
Decimal 33 50 155 0.79 0.68 0 0.39 231.64 0.65 0.37
Hex 21 32 9B 4F 44 0 27 E8 41 25
Octal 41 62 233 117 104 0 47 350 101 45
Binary 100001 110010 10011011 1001111 1000100 0 100111 11101000 1000001 100101

Color Harmonies of #21329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21329B

Black with #21329B

Text Example


Text Example

White with #21329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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