Html Css Color HEX #21308F Egyptian Blue

📋 copy color: '#21308F'

red 33 ◦ green 48 ◦ blue 143

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

Shades of Egyptian Blue #21308F

Tints of Egyptian Blue #21308F

RGB

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

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

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

R = 14.73%
G = 21.43%
B = 63.84%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21308F (or 0x21308F) is known color: Egyptian Blue. HEX triplet: 21, 30 and 8F. RGB value is (33,48,143). Sum of RGB (Red+Green+Blue) = 33+48+143=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #21308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21308F is #DECF70. Grayscale: #353535. Windows color (decimal): -14602097 or 9383969. OLE color: 9383969.

HSL color Cylindrical-coordinate representation of color #21308F: hue angle of 231.82º 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 #21308F is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 48 143 -
CMYK 0.77 0.66 0 0.44
HSL 231.82º 0.63% 0.35% -
HSV(B) 231.82º 0.77% 0.56% -
XYZ 6.64 4.42 26.49 -
YUV 54.35 178.03 112.78 -
System Red Green Blue C M Y K H S L
Decimal 33 48 143 0.77 0.66 0 0.44 231.82 0.63 0.35
Hex 21 30 8F 4D 42 0 2C E8 3E 23
Octal 41 60 217 115 102 0 54 350 76 43
Binary 100001 110000 10001111 1001101 1000010 0 101100 11101000 111110 100011

Color Harmonies of #21308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21308F

Black with #21308F

Text Example


Text Example

White with #21308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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