#21289D

Color #21289D Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #21289D

Tints of Egyptian Blue #21289D

Color information

#21289D (or 0x21289D) is unknown color: approx Egyptian Blue. HEX triplet: 21, 28 and 9D. RGB value is (33,40,157). Sum of RGB (Red+Green+Blue) = 33+40+157=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #21289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21289D is #DED762. Grayscale: #323232. Windows color (decimal): -14604131 or 10299425. OLE color: 10299425.

HSL color Cylindrical-coordinate representation of color #21289D: hue angle of 236.61º 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 #21289D is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3340157-
CMYK0.790.7500.38
HSL236.61º65.26%37.25%-
HSV(B)236.61º78.98%61.57%-
XYZ7.474.2832.33-
YUV51.24187.68114.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 157 (61.72% from 255) = 68.26%
R=14.35%
G=17.39%
B=68.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33401570.790.7500.38236.6165.2637.25
Hex21289D4F4B026ed4125
Octal415023511711304635510145
Binary10000110100010011101100111110010110100110111011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21289D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21289D;
 }
 .AnyTagClassName
 {
   color: #21289D;
 }
</style>
background-color css

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

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

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

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

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

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