#243197

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

Shades of Egyptian Blue #243197

Tints of Egyptian Blue #243197

Color information

#243197 (or 0x243197) is unknown color: approx Egyptian Blue. HEX triplet: 24, 31 and 97. RGB value is (36,49,151). Sum of RGB (Red+Green+Blue) = 36+49+151=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #243197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243197 is #DBCE68. Grayscale: #383838. Windows color (decimal): -14405225 or 9908516. OLE color: 9908516.

HSL color Cylindrical-coordinate representation of color #243197: hue angle of 233.22º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243197 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3649151-
CMYK0.760.6800.41
HSL233.22º61.5%36.67%-
HSV(B)233.22º76.16%59.22%-
XYZ7.414.8129.82-
YUV56.74181.19113.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.25%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 151 (59.38% from 255) = 63.98%
R=15.25%
G=20.76%
B=63.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36491510.760.6800.41233.2261.536.67
Hex2431974C44029e93d25
Octal44612271141040513517545
Binary1001001100011001011110011001000100010100111101001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243197; }

 p { color: rgb(36,49,151); }

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

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

 a { background-color: rgb(36,49,151); }

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

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

 span { border-color: rgb(36,49,151); }

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