Html Css Color HEX #21379B Egyptian Blue

📋 copy color: '#21379B'

red 33 ◦ green 55 ◦ blue 155

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

Shades of Egyptian Blue #21379B

Tints of Egyptian Blue #21379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.63%

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

R = 13.58%
G = 22.63%
B = 63.79%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21379B (or 0x21379B) is known color: Egyptian Blue. HEX triplet: 21, 37 and 9B. RGB value is (33,55,155). Sum of RGB (Red+Green+Blue) = 33+55+155=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #21379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21379B is #DEC864. Grayscale: #3B3B3B. Windows color (decimal): -14600293 or 10172193. OLE color: 10172193.

HSL color Cylindrical-coordinate representation of color #21379B: hue angle of 229.18º 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 #21379B is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 55 155 -
CMYK 0.79 0.65 0 0.39
HSL 229.18º 0.65% 0.37% -
HSV(B) 229.18º 0.79% 0.61% -
XYZ 7.91 5.42 31.64 -
YUV 59.82 181.71 108.87 -
System Red Green Blue C M Y K H S L
Decimal 33 55 155 0.79 0.65 0 0.39 229.18 0.65 0.37
Hex 21 37 9B 4F 41 0 27 E5 41 25
Octal 41 67 233 117 101 0 47 345 101 45
Binary 100001 110111 10011011 1001111 1000001 0 100111 11100101 1000001 100101

Color Harmonies of #21379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21379B

Black with #21379B

Text Example


Text Example

White with #21379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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