#21348D

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

Shades of Egyptian Blue #21348D

Tints of Egyptian Blue #21348D

Color information

#21348D (or 0x21348D) is unknown color: approx Egyptian Blue. HEX triplet: 21, 34 and 8D. RGB value is (33,52,141). Sum of RGB (Red+Green+Blue) = 33+52+141=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #21348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21348D is #DECB72. Grayscale: #383838. Windows color (decimal): -14601075 or 9253921. OLE color: 9253921.

HSL color Cylindrical-coordinate representation of color #21348D: hue angle of 229.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21348D is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3352141-
CMYK0.770.6300.45
HSL229.44º62.07%34.12%-
HSV(B)229.44º76.6%55.29%-
XYZ6.664.725.76-
YUV56.46175.71111.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.60%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 141 (55.47% from 255) = 62.39%
R=14.60%
G=23.01%
B=62.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33521410.770.6300.45229.4462.0734.12
Hex21348D4D3F02De53e22
Octal4164215115770553457642
Binary100001110100100011011001101111111010110111100101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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