Html Css Color HEX #21379A Egyptian Blue

📋 copy color: '#21379A'

red 33 ◦ green 55 ◦ blue 154

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

Shades of Egyptian Blue #21379A

Tints of Egyptian Blue #21379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 13.64%
G = 22.73%
B = 63.64%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#21379A (or 0x21379A) is known color: Egyptian Blue. HEX triplet: 21, 37 and 9A. RGB value is (33,55,154). Sum of RGB (Red+Green+Blue) = 33+55+154=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #21379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21379A is #DEC865. Grayscale: #3B3B3B. Windows color (decimal): -14600294 or 10106657. OLE color: 10106657.

HSL color Cylindrical-coordinate representation of color #21379A: hue angle of 229.09º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21379A is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 55 154 -
CMYK 0.79 0.64 0 0.40
HSL 229.09º 0.65% 0.37% -
HSV(B) 229.09º 0.79% 0.6% -
XYZ 7.83 5.39 31.2 -
YUV 59.71 181.21 108.95 -
System Red Green Blue C M Y K H S L
Decimal 33 55 154 0.79 0.64 0 0.40 229.09 0.65 0.37
Hex 21 37 9A 4F 40 0 28 E5 41 25
Octal 41 67 232 117 100 0 50 345 101 45
Binary 100001 110111 10011010 1001111 1000000 0 101000 11100101 1000001 100101

Color Harmonies of #21379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21379A

Black with #21379A

Text Example


Text Example

White with #21379A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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