Html Css Color HEX #21369D Egyptian Blue

📋 copy color: '#21369D'

red 33 ◦ green 54 ◦ blue 157

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

Shades of Egyptian Blue #21369D

Tints of Egyptian Blue #21369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.13%

 BLUE value IS 157 (61.72% from 255) = 64.34%

R = 13.52%
G = 22.13%
B = 64.34%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21369D (or 0x21369D) is known color: Egyptian Blue. HEX triplet: 21, 36 and 9D. RGB value is (33,54,157). Sum of RGB (Red+Green+Blue) = 33+54+157=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #21369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21369D is #DEC962. Grayscale: #3B3B3B. Windows color (decimal): -14600547 or 10303009. OLE color: 10303009.

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

Color convert

RGB 33 54 157 -
CMYK 0.79 0.66 0 0.38
HSL 229.84º 0.65% 0.37% -
HSV(B) 229.84º 0.79% 0.62% -
XYZ 8.03 5.4 32.52 -
YUV 59.46 183.04 109.12 -
System Red Green Blue C M Y K H S L
Decimal 33 54 157 0.79 0.66 0 0.38 229.84 0.65 0.37
Hex 21 36 9D 4F 42 0 26 E6 41 25
Octal 41 66 235 117 102 0 46 346 101 45
Binary 100001 110110 10011101 1001111 1000010 0 100110 11100110 1000001 100101

Color Harmonies of #21369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21369D

Black with #21369D

Text Example


Text Example

White with #21369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,54,157); }

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

background-color css

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

 a { background-color: rgb(33,54,157); }

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

border-color css

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

 span { border-color: rgb(33,54,157); }

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