Html Css Color HEX #21328D Egyptian Blue

📋 copy color: '#21328D'

red 33 ◦ green 50 ◦ blue 141

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

Shades of Egyptian Blue #21328D

Tints of Egyptian Blue #21328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.95%

R = 14.73%
G = 22.32%
B = 62.95%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21328D (or 0x21328D) is known color: Egyptian Blue. HEX triplet: 21, 32 and 8D. RGB value is (33,50,141). Sum of RGB (Red+Green+Blue) = 33+50+141=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #21328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21328D is #DECD72. Grayscale: #363636. Windows color (decimal): -14601587 or 9253409. OLE color: 9253409.

HSL color Cylindrical-coordinate representation of color #21328D: hue angle of 230.56º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21328D is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 50 141 -
CMYK 0.77 0.65 0 0.45
HSL 230.56º 0.62% 0.34% -
HSV(B) 230.56º 0.77% 0.55% -
XYZ 6.58 4.53 25.73 -
YUV 55.29 176.37 112.1 -
System Red Green Blue C M Y K H S L
Decimal 33 50 141 0.77 0.65 0 0.45 230.56 0.62 0.34
Hex 21 32 8D 4D 41 0 2D E7 3E 22
Octal 41 62 215 115 101 0 55 347 76 42
Binary 100001 110010 10001101 1001101 1000001 0 101101 11100111 111110 100010

Color Harmonies of #21328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21328D

Black with #21328D

Text Example


Text Example

White with #21328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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