Html Css Color HEX #243FA0 Egyptian Blue

📋 copy color: '#243FA0'

red 36 ◦ green 63 ◦ blue 160

#243FA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #243FA0

Tints of Egyptian Blue #243FA0

RGB

 RED value IS 36 (14.45% from 255) = 13.9%

 GREEN value IS 63 (25% from 255) = 24.32%

 BLUE value IS 160 (62.89% from 255) = 61.78%

R = 13.9%
G = 24.32%
B = 61.78%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#243FA0 (or 0x243FA0) is known color: Egyptian Blue. HEX triplet: 24, 3F and A0. RGB value is (36,63,160). Sum of RGB (Red+Green+Blue) = 36+63+160=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 160 (62.89% from 255 or 61.78% from 259); Max value from RGB is 160 - color contains mainly: blue. Hex color #243FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243FA0 is #DBC05F. Grayscale: #414141. Windows color (decimal): -14401632 or 10501924. OLE color: 10501924.

HSL color Cylindrical-coordinate representation of color #243FA0: hue angle of 226.94º 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 #243FA0 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 36 63 160 -
CMYK 0.78 0.61 0 0.37
HSL 226.94º 0.63% 0.38% -
HSV(B) 226.94º 0.78% 0.63% -
XYZ 8.85 6.47 34.04 -
YUV 65.99 181.05 106.61 -
System Red Green Blue C M Y K H S L
Decimal 36 63 160 0.78 0.61 0 0.37 226.94 0.63 0.38
Hex 24 3F A0 4E 3D 0 25 E3 3F 26
Octal 44 77 240 116 75 0 45 343 77 46
Binary 100100 111111 10100000 1001110 111101 0 100101 11100011 111111 100110

Color Harmonies of #243FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243FA0

Black with #243FA0

Text Example


Text Example

White with #243FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #243FA0;
 }
 .AnyTagClassName
 {
   color: #243FA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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