#243298

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

Shades of Egyptian Blue #243298

Tints of Egyptian Blue #243298

Color information

#243298 (or 0x243298) is unknown color: approx Egyptian Blue. HEX triplet: 24, 32 and 98. RGB value is (36,50,152). Sum of RGB (Red+Green+Blue) = 36+50+152=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #243298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243298 is #DBCD67. Grayscale: #393939. Windows color (decimal): -14404968 or 9974308. OLE color: 9974308.

HSL color Cylindrical-coordinate representation of color #243298: hue angle of 232.76º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243298 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3650152-
CMYK0.760.6700.40
HSL232.76º61.7%36.86%-
HSV(B)232.76º76.32%59.61%-
XYZ7.544.9230.26-
YUV57.44181.36112.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 152 (59.77% from 255) = 63.87%
R=15.13%
G=21.01%
B=63.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36501520.760.6700.40232.7661.736.86
Hex2432984C43028e93e25
Octal44622301141030503517645
Binary1001001100101001100010011001000011010100011101001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243298; }

 p { color: rgb(36,50,152); }

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

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

 a { background-color: rgb(36,50,152); }

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

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

 span { border-color: rgb(36,50,152); }

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