#202B90

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

Shades of Egyptian Blue #202B90

Tints of Egyptian Blue #202B90

Color information

#202B90 (or 0x202B90) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2B and 90. RGB value is (32,43,144). Sum of RGB (Red+Green+Blue) = 32+43+144=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #202B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202B90 is #DFD46F. Grayscale: #323232. Windows color (decimal): -14668912 or 9448224. OLE color: 9448224.

HSL color Cylindrical-coordinate representation of color #202B90: hue angle of 234.11º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202B90 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3243144-
CMYK0.780.7000.44
HSL234.11º63.64%34.51%-
HSV(B)234.11º77.78%56.47%-
XYZ6.494.0526.82-
YUV51.22180.36114.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 43 (17.19% from 255) = 19.63%
BLUE value IS 144 (56.64% from 255) = 65.75%
R=14.61%
G=19.63%
B=65.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32431440.780.7000.44234.1163.6434.51
Hex202B904E4602Cea4023
Octal405322011610605435210043
Binary10000010101110010000100111010001100101100111010101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202B90; }

 p { color: rgb(32,43,144); }

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

<style>
 a { background-color: #202B90; }

 a { background-color: rgb(32,43,144); }

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

<style>
 span { border-color: #202B90; }

 span { border-color: rgb(32,43,144); }

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