Html Css Color HEX #21308D Egyptian Blue

📋 copy color: '#21308D'

red 33 ◦ green 48 ◦ blue 141

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

Shades of Egyptian Blue #21308D

Tints of Egyptian Blue #21308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.62%

 BLUE value IS 141 (55.47% from 255) = 63.51%

R = 14.86%
G = 21.62%
B = 63.51%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21308D (or 0x21308D) is known color: Egyptian Blue. HEX triplet: 21, 30 and 8D. RGB value is (33,48,141). Sum of RGB (Red+Green+Blue) = 33+48+141=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #21308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21308D is #DECF72. Grayscale: #353535. Windows color (decimal): -14602099 or 9252897. OLE color: 9252897.

HSL color Cylindrical-coordinate representation of color #21308D: hue angle of 231.67º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21308D is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 48 141 -
CMYK 0.77 0.66 0 0.45
HSL 231.67º 0.62% 0.34% -
HSV(B) 231.67º 0.77% 0.55% -
XYZ 6.49 4.36 25.7 -
YUV 54.12 177.03 112.94 -
System Red Green Blue C M Y K H S L
Decimal 33 48 141 0.77 0.66 0 0.45 231.67 0.62 0.34
Hex 21 30 8D 4D 42 0 2D E8 3E 22
Octal 41 60 215 115 102 0 55 350 76 42
Binary 100001 110000 10001101 1001101 1000010 0 101101 11101000 111110 100010

Color Harmonies of #21308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21308D

Black with #21308D

Text Example


Text Example

White with #21308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,48,141); }

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

background-color css

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

 a { background-color: rgb(33,48,141); }

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

border-color css

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

 span { border-color: rgb(33,48,141); }

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