Html Css Color HEX #242A9D Egyptian Blue

📋 copy color: '#242A9D'

red 36 ◦ green 42 ◦ blue 157

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

Shades of Egyptian Blue #242A9D

Tints of Egyptian Blue #242A9D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.87%

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

R = 15.32%
G = 17.87%
B = 66.81%

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

#242A9D (or 0x242A9D) is known color: Egyptian Blue. HEX triplet: 24, 2A and 9D. RGB value is (36,42,157). Sum of RGB (Red+Green+Blue) = 36+42+157=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #242A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A9D is #DBD562. Grayscale: #343434. Windows color (decimal): -14407011 or 10299940. OLE color: 10299940.

HSL color Cylindrical-coordinate representation of color #242A9D: hue angle of 237.02º 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 #242A9D is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 42 157 -
CMYK 0.77 0.73 0 0.38
HSL 237.02º 0.63% 0.38% -
HSV(B) 237.02º 0.77% 0.62% -
XYZ 7.64 4.47 32.36 -
YUV 53.32 186.51 115.65 -
System Red Green Blue C M Y K H S L
Decimal 36 42 157 0.77 0.73 0 0.38 237.02 0.63 0.38
Hex 24 2A 9D 4D 49 0 26 ED 3F 26
Octal 44 52 235 115 111 0 46 355 77 46
Binary 100100 101010 10011101 1001101 1001001 0 100110 11101101 111111 100110

Color Harmonies of #242A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242A9D

Black with #242A9D

Text Example


Text Example

White with #242A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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