Html Css Color HEX #243395 Egyptian Blue

📋 copy color: '#243395'

red 36 ◦ green 51 ◦ blue 149

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

Shades of Egyptian Blue #243395

Tints of Egyptian Blue #243395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 149 (58.59% from 255) = 63.14%

R = 15.25%
G = 21.61%
B = 63.14%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#243395 (or 0x243395) is known color: Egyptian Blue. HEX triplet: 24, 33 and 95. RGB value is (36,51,149). Sum of RGB (Red+Green+Blue) = 36+51+149=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #243395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243395 is #DBCC6A. Grayscale: #393939. Windows color (decimal): -14404715 or 9777956. OLE color: 9777956.

HSL color Cylindrical-coordinate representation of color #243395: hue angle of 232.04º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243395 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 51 149 -
CMYK 0.76 0.66 0 0.42
HSL 232.04º 0.61% 0.36% -
HSV(B) 232.04º 0.76% 0.58% -
XYZ 7.34 4.91 29 -
YUV 57.69 179.53 112.53 -
System Red Green Blue C M Y K H S L
Decimal 36 51 149 0.76 0.66 0 0.42 232.04 0.61 0.36
Hex 24 33 95 4C 42 0 2A E8 3D 24
Octal 44 63 225 114 102 0 52 350 75 44
Binary 100100 110011 10010101 1001100 1000010 0 101010 11101000 111101 100100

Color Harmonies of #243395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243395

Black with #243395

Text Example


Text Example

White with #243395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243395; }

 p { color: rgb(36,51,149); }

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

background-color css

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

 a { background-color: rgb(36,51,149); }

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

border-color css

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

 span { border-color: rgb(36,51,149); }

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