#243aa0

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

Shades of Egyptian Blue #243AA0

Tints of Egyptian Blue #243AA0

Color information

#243AA0 (or 0x243AA0) is unknown color: approx Egyptian Blue. HEX triplet: 24, 3A and A0. RGB value is (36,58,160). Sum of RGB (Red+Green+Blue) = 36+58+160=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #243AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243AA0 is #DBC55F. Grayscale: #3E3E3E. Windows color (decimal): -14402912 or 10500644. OLE color: 10500644.

HSL color Cylindrical-coordinate representation of color #243AA0: hue angle of 229.35º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #243AA0 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3658160-
CMYK0.780.6400.37
HSL229.35º63.27%38.43%-
HSV(B)229.35º77.5%62.75%-
XYZ8.595.9433.95-
YUV63.05182.71108.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.17%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 160 (62.89% from 255) = 62.99%
R=14.17%
G=22.83%
B=62.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal36581600.780.6400.37229.3563.2738.43
Hex243AA04E40025e53f26
Octal44722401161000453457746
Binary1001001110101010000010011101000000010010111100101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243aa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243aa0; }

 p { color: rgb(36,58,160); }

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

<style>
 a { background-color: #243aa0; }

 a { background-color: rgb(36,58,160); }

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

<style>
 span { border-color: #243aa0; }

 span { border-color: rgb(36,58,160); }

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