#2135A4

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

Shades of Egyptian Blue #2135A4

Tints of Egyptian Blue #2135A4

Color information

#2135A4 (or 0x2135A4) is unknown color: approx Egyptian Blue. HEX triplet: 21, 35 and A4. RGB value is (33,53,164). Sum of RGB (Red+Green+Blue) = 33+53+164=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 164 (64.45% from 255 or 65.6% from 250); Max value from RGB is 164 - color contains mainly: blue. Hex color #2135A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2135A4 is #DECA5B. Grayscale: #3B3B3B. Windows color (decimal): -14600796 or 10761505. OLE color: 10761505.

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

Color convert

RGB3353164-
CMYK0.800.6800.36
HSL230.84º66.5%38.63%-
HSV(B)230.84º79.88%64.31%-
XYZ8.65.5535.74-
YUV59.67186.87108.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 164 (64.45% from 255) = 65.6%
R=13.2%
G=21.2%
B=65.6%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33531640.800.6800.36230.8466.538.63
Hex2135A45044024e74227
Octal416524412010404434710247
Binary10000111010110100100101000010001000100100111001111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2135A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2135A4; }

 p { color: rgb(33,53,164); }

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

<style>
 a { background-color: #2135A4; }

 a { background-color: rgb(33,53,164); }

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

<style>
 span { border-color: #2135A4; }

 span { border-color: rgb(33,53,164); }

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