#243FA1

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

Shades of Egyptian Blue #243FA1

Tints of Egyptian Blue #243FA1

Color information

#243FA1 (or 0x243FA1) is unknown color: approx Egyptian Blue. HEX triplet: 24, 3F and A1. RGB value is (36,63,161). Sum of RGB (Red+Green+Blue) = 36+63+161=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 161 (63.28% from 255 or 61.92% from 260); Max value from RGB is 161 - color contains mainly: blue. Hex color #243FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243FA1 is #DBC05E. Grayscale: #414141. Windows color (decimal): -14401631 or 10567460. OLE color: 10567460.

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

Color convert

RGB3663161-
CMYK0.780.6100.37
HSL227.04º63.45%38.63%-
HSV(B)227.04º77.64%63.14%-
XYZ8.946.534.5-
YUV66.1181.55106.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.85%
GREEN value IS 63 (25% from 255) = 24.23%
BLUE value IS 161 (63.28% from 255) = 61.92%
R=13.85%
G=24.23%
B=61.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal36631610.780.6100.37227.0463.4538.63
Hex243FA14E3D025e33f27
Octal4477241116750453437747
Binary100100111111101000011001110111101010010111100011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,63,161); }

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

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

 a { background-color: rgb(36,63,161); }

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

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

 span { border-color: rgb(36,63,161); }

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