#21369E

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

Shades of Egyptian Blue #21369E

Tints of Egyptian Blue #21369E

Color information

#21369E (or 0x21369E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 36 and 9E. RGB value is (33,54,158). Sum of RGB (Red+Green+Blue) = 33+54+158=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #21369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21369E is #DEC961. Grayscale: #3B3B3B. Windows color (decimal): -14600546 or 10368545. OLE color: 10368545.

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

Color convert

RGB3354158-
CMYK0.790.6600.38
HSL229.92º65.45%37.45%-
HSV(B)229.92º79.11%61.96%-
XYZ8.125.4332.97-
YUV59.58183.54109.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 158 (62.11% from 255) = 64.49%
R=13.47%
G=22.04%
B=64.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33541580.790.6600.38229.9265.4537.45
Hex21369E4F42026e64125
Octal416623611710204634610145
Binary10000111011010011110100111110000100100110111001101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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