#212A98

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

Shades of Egyptian Blue #212A98

Tints of Egyptian Blue #212A98

Color information

#212A98 (or 0x212A98) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2A and 98. RGB value is (33,42,152). Sum of RGB (Red+Green+Blue) = 33+42+152=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #212A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212A98 is #DED567. Grayscale: #333333. Windows color (decimal): -14603624 or 9972257. OLE color: 9972257.

HSL color Cylindrical-coordinate representation of color #212A98: hue angle of 235.46º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212A98 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3342152-
CMYK0.780.7200.40
HSL235.46º64.32%36.27%-
HSV(B)235.46º78.29%59.61%-
XYZ7.124.2530.15-
YUV51.85184.52114.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 152 (59.77% from 255) = 66.96%
R=14.54%
G=18.50%
B=66.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33421520.780.7200.40235.4664.3236.27
Hex212A984E48028eb4024
Octal415223011611005035310044
Binary10000110101010011000100111010010000101000111010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212A98; }

 p { color: rgb(33,42,152); }

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

<style>
 a { background-color: #212A98; }

 a { background-color: rgb(33,42,152); }

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

<style>
 span { border-color: #212A98; }

 span { border-color: rgb(33,42,152); }

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