Html Css Color HEX #21379F Egyptian Blue

📋 copy color: '#21379F'

red 33 ◦ green 55 ◦ blue 159

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

Shades of Egyptian Blue #21379F

Tints of Egyptian Blue #21379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.37%

R = 13.36%
G = 22.27%
B = 64.37%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21379F (or 0x21379F) is known color: Egyptian Blue. HEX triplet: 21, 37 and 9F. RGB value is (33,55,159). Sum of RGB (Red+Green+Blue) = 33+55+159=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #21379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21379F is #DEC860. Grayscale: #3B3B3B. Windows color (decimal): -14600289 or 10434337. OLE color: 10434337.

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

Color convert

RGB 33 55 159 -
CMYK 0.79 0.65 0 0.38
HSL 229.52º 0.66% 0.38% -
HSV(B) 229.52º 0.79% 0.62% -
XYZ 8.25 5.56 33.44 -
YUV 60.28 183.71 108.54 -
System Red Green Blue C M Y K H S L
Decimal 33 55 159 0.79 0.65 0 0.38 229.52 0.66 0.38
Hex 21 37 9F 4F 41 0 26 E6 42 26
Octal 41 67 237 117 101 0 46 346 102 46
Binary 100001 110111 10011111 1001111 1000001 0 100110 11100110 1000010 100110

Color Harmonies of #21379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21379F

Black with #21379F

Text Example


Text Example

White with #21379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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