#21349D

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

Shades of Egyptian Blue #21349D

Tints of Egyptian Blue #21349D

Color information

#21349D (or 0x21349D) is unknown color: approx Egyptian Blue. HEX triplet: 21, 34 and 9D. RGB value is (33,52,157). Sum of RGB (Red+Green+Blue) = 33+52+157=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #21349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21349D is #DECB62. Grayscale: #393939. Windows color (decimal): -14601059 or 10302497. OLE color: 10302497.

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

Color convert

RGB3352157-
CMYK0.790.6700.38
HSL230.81º65.26%37.25%-
HSV(B)230.81º78.98%61.57%-
XYZ7.945.2132.49-
YUV58.29183.71109.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 157 (61.72% from 255) = 64.88%
R=13.64%
G=21.49%
B=64.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33521570.790.6700.38230.8165.2637.25
Hex21349D4F43026e74125
Octal416423511710304634710145
Binary10000111010010011101100111110000110100110111001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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