Html Css Color HEX #242B94 Egyptian Blue

📋 copy color: '#242B94'

red 36 ◦ green 43 ◦ blue 148

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

Shades of Egyptian Blue #242B94

Tints of Egyptian Blue #242B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.2%

R = 15.86%
G = 18.94%
B = 65.2%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#242B94 (or 0x242B94) is known color: Egyptian Blue. HEX triplet: 24, 2B and 94. RGB value is (36,43,148). Sum of RGB (Red+Green+Blue) = 36+43+148=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #242B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B94 is #DBD46B. Grayscale: #343434. Windows color (decimal): -14406764 or 9710372. OLE color: 9710372.

HSL color Cylindrical-coordinate representation of color #242B94: hue angle of 236.25º 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 #242B94 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 43 148 -
CMYK 0.76 0.71 0 0.42
HSL 236.25º 0.61% 0.36% -
HSV(B) 236.25º 0.76% 0.58% -
XYZ 6.94 4.24 28.47 -
YUV 52.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 36 43 148 0.76 0.71 0 0.42 236.25 0.61 0.36
Hex 24 2B 94 4C 47 0 2A EC 3D 24
Octal 44 53 224 114 107 0 52 354 75 44
Binary 100100 101011 10010100 1001100 1000111 0 101010 11101100 111101 100100

Color Harmonies of #242B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B94

Black with #242B94

Text Example


Text Example

White with #242B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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