#2136A3

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

Shades of Egyptian Blue #2136A3

Tints of Egyptian Blue #2136A3

Color information

#2136A3 (or 0x2136A3) is unknown color: approx Egyptian Blue. HEX triplet: 21, 36 and A3. RGB value is (33,54,163). Sum of RGB (Red+Green+Blue) = 33+54+163=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 163 (64.06% from 255 or 65.2% from 250); Max value from RGB is 163 - color contains mainly: blue. Hex color #2136A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2136A3 is #DEC95C. Grayscale: #3B3B3B. Windows color (decimal): -14600541 or 10696225. OLE color: 10696225.

HSL color Cylindrical-coordinate representation of color #2136A3: hue angle of 230.31º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2136A3 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3354163-
CMYK0.800.6700.36
HSL230.31º66.33%38.43%-
HSV(B)230.31º79.75%63.92%-
XYZ8.565.6135.28-
YUV60.15186.04108.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 163 (64.06% from 255) = 65.2%
R=13.2%
G=21.6%
B=65.2%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33541630.800.6700.36230.3166.3338.43
Hex2136A35043024e64226
Octal416624312010304434610246
Binary10000111011010100011101000010000110100100111001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2136A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2136A3; }

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

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

<style>
 a { background-color: #2136A3; }

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

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

<style>
 span { border-color: #2136A3; }

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

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