#2434A3

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

Shades of Egyptian Blue #2434A3

Tints of Egyptian Blue #2434A3

Color information

#2434A3 (or 0x2434A3) is unknown color: approx Egyptian Blue. HEX triplet: 24, 34 and A3. RGB value is (36,52,163). Sum of RGB (Red+Green+Blue) = 36+52+163=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 163 (64.06% from 255 or 64.94% from 251); Max value from RGB is 163 - color contains mainly: blue. Hex color #2434A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2434A3 is #DBCB5C. Grayscale: #3B3B3B. Windows color (decimal): -14404445 or 10695716. OLE color: 10695716.

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

Color convert

RGB3652163-
CMYK0.780.6800.36
HSL232.44º63.82%39.02%-
HSV(B)232.44º77.91%63.92%-
XYZ8.575.4835.26-
YUV59.87186.2110.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.34%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 163 (64.06% from 255) = 64.94%
R=14.34%
G=20.72%
B=64.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal36521630.780.6800.36232.4463.8239.02
Hex2434A34E44024e84027
Octal446424311610404435010047
Binary10010011010010100011100111010001000100100111010001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2434A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,52,163); }

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

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

 a { background-color: rgb(36,52,163); }

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

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

 span { border-color: rgb(36,52,163); }

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