Html Css Color HEX #242A9C Egyptian Blue

📋 copy color: '#242A9C'

red 36 ◦ green 42 ◦ blue 156

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

Shades of Egyptian Blue #242A9C

Tints of Egyptian Blue #242A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 66.67%

R = 15.38%
G = 17.95%
B = 66.67%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#242A9C (or 0x242A9C) is known color: Egyptian Blue. HEX triplet: 24, 2A and 9C. RGB value is (36,42,156). Sum of RGB (Red+Green+Blue) = 36+42+156=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #242A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A9C is #DBD563. Grayscale: #343434. Windows color (decimal): -14407012 or 10234404. OLE color: 10234404.

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

Color convert

RGB 36 42 156 -
CMYK 0.77 0.73 0 0.39
HSL 237º 0.63% 0.38% -
HSV(B) 237º 0.77% 0.61% -
XYZ 7.56 4.43 31.91 -
YUV 53.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 36 42 156 0.77 0.73 0 0.39 237 0.63 0.38
Hex 24 2A 9C 4D 49 0 27 ED 3E 26
Octal 44 52 234 115 111 0 47 355 76 46
Binary 100100 101010 10011100 1001101 1001001 0 100111 11101101 111110 100110

Color Harmonies of #242A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242A9C

Black with #242A9C

Text Example


Text Example

White with #242A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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