Html Css Color HEX #21378F Egyptian Blue

📋 copy color: '#21378F'

red 33 ◦ green 55 ◦ blue 143

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

Shades of Egyptian Blue #21378F

Tints of Egyptian Blue #21378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.9%

R = 14.29%
G = 23.81%
B = 61.9%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21378F (or 0x21378F) is known color: Egyptian Blue. HEX triplet: 21, 37 and 8F. RGB value is (33,55,143). Sum of RGB (Red+Green+Blue) = 33+55+143=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #21378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21378F is #DEC870. Grayscale: #3A3A3A. Windows color (decimal): -14600305 or 9385761. OLE color: 9385761.

HSL color Cylindrical-coordinate representation of color #21378F: hue angle of 228º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21378F is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 55 143 -
CMYK 0.77 0.62 0 0.44
HSL 228º 0.63% 0.35% -
HSV(B) 228º 0.77% 0.56% -
XYZ 6.95 5.04 26.59 -
YUV 58.45 175.71 109.84 -
System Red Green Blue C M Y K H S L
Decimal 33 55 143 0.77 0.62 0 0.44 228 0.63 0.35
Hex 21 37 8F 4D 3E 0 2C E4 3E 23
Octal 41 67 217 115 76 0 54 344 76 43
Binary 100001 110111 10001111 1001101 111110 0 101100 11100100 111110 100011

Color Harmonies of #21378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21378F

Black with #21378F

Text Example


Text Example

White with #21378F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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