Html Css Color HEX #242B9D Egyptian Blue

📋 copy color: '#242B9D'

red 36 ◦ green 43 ◦ blue 157

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

Shades of Egyptian Blue #242B9D

Tints of Egyptian Blue #242B9D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.22%

 BLUE value IS 157 (61.72% from 255) = 66.53%

R = 15.25%
G = 18.22%
B = 66.53%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#242B9D (or 0x242B9D) is known color: Egyptian Blue. HEX triplet: 24, 2B and 9D. RGB value is (36,43,157). Sum of RGB (Red+Green+Blue) = 36+43+157=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #242B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B9D is #DBD462. Grayscale: #353535. Windows color (decimal): -14406755 or 10300196. OLE color: 10300196.

HSL color Cylindrical-coordinate representation of color #242B9D: hue angle of 236.53º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242B9D is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 43 157 -
CMYK 0.77 0.73 0 0.38
HSL 236.53º 0.63% 0.38% -
HSV(B) 236.53º 0.77% 0.62% -
XYZ 7.68 4.54 32.37 -
YUV 53.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 36 43 157 0.77 0.73 0 0.38 236.53 0.63 0.38
Hex 24 2B 9D 4D 49 0 26 ED 3F 26
Octal 44 53 235 115 111 0 46 355 77 46
Binary 100100 101011 10011101 1001101 1001001 0 100110 11101101 111111 100110

Color Harmonies of #242B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B9D

Black with #242B9D

Text Example


Text Example

White with #242B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242B9D; }

 p { color: rgb(36,43,157); }

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

background-color css

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

 a { background-color: rgb(36,43,157); }

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

border-color css

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

 span { border-color: rgb(36,43,157); }

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