Html Css Color HEX #21389C Egyptian Blue

📋 copy color: '#21389C'

red 33 ◦ green 56 ◦ blue 156

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

Shades of Egyptian Blue #21389C

Tints of Egyptian Blue #21389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

 BLUE value IS 156 (61.33% from 255) = 63.67%

R = 13.47%
G = 22.86%
B = 63.67%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21389C (or 0x21389C) is known color: Egyptian Blue. HEX triplet: 21, 38 and 9C. RGB value is (33,56,156). Sum of RGB (Red+Green+Blue) = 33+56+156=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #21389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21389C is #DEC763. Grayscale: #3C3C3C. Windows color (decimal): -14600036 or 10237985. OLE color: 10237985.

HSL color Cylindrical-coordinate representation of color #21389C: hue angle of 228.78º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21389C is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 56 156 -
CMYK 0.79 0.64 0 0.39
HSL 228.78º 0.65% 0.37% -
HSV(B) 228.78º 0.79% 0.61% -
XYZ 8.04 5.55 32.1 -
YUV 60.52 181.88 108.37 -
System Red Green Blue C M Y K H S L
Decimal 33 56 156 0.79 0.64 0 0.39 228.78 0.65 0.37
Hex 21 38 9C 4F 40 0 27 E5 41 25
Octal 41 70 234 117 100 0 47 345 101 45
Binary 100001 111000 10011100 1001111 1000000 0 100111 11100101 1000001 100101

Color Harmonies of #21389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21389C

Black with #21389C

Text Example


Text Example

White with #21389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21389C; }

 p { color: rgb(33,56,156); }

 H1.HeaderClassName
 {
   color: #21389C;
 }
 .AnyTagClassName
 {
   color: #21389C;
 }
</style>

background-color css

<style>
 a { background-color: #21389C; }

 a { background-color: rgb(33,56,156); }

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

border-color css

<style>
 span { border-color: #21389C; }

 span { border-color: rgb(33,56,156); }

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