Html Css Color HEX #242A95 Egyptian Blue

📋 copy color: '#242A95'

red 36 ◦ green 42 ◦ blue 149

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

Shades of Egyptian Blue #242A95

Tints of Egyptian Blue #242A95

RGB

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

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

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

R = 15.86%
G = 18.5%
B = 65.64%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#242A95 (or 0x242A95) is known color: Egyptian Blue. HEX triplet: 24, 2A and 95. RGB value is (36,42,149). Sum of RGB (Red+Green+Blue) = 36+42+149=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #242A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A95 is #DBD56A. Grayscale: #333333. Windows color (decimal): -14407019 or 9775652. OLE color: 9775652.

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

Color convert

RGB 36 42 149 -
CMYK 0.76 0.72 0 0.42
HSL 236.81º 0.61% 0.36% -
HSV(B) 236.81º 0.76% 0.58% -
XYZ 6.98 4.2 28.88 -
YUV 52.4 182.51 116.3 -
System Red Green Blue C M Y K H S L
Decimal 36 42 149 0.76 0.72 0 0.42 236.81 0.61 0.36
Hex 24 2A 95 4C 48 0 2A ED 3D 24
Octal 44 52 225 114 110 0 52 355 75 44
Binary 100100 101010 10010101 1001100 1001000 0 101010 11101101 111101 100100

Color Harmonies of #242A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242A95

Black with #242A95

Text Example


Text Example

White with #242A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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