Html Css Color HEX #242B95 Egyptian Blue

📋 copy color: '#242B95'

red 36 ◦ green 43 ◦ blue 149

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

Shades of Egyptian Blue #242B95

Tints of Egyptian Blue #242B95

RGB

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

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

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

R = 15.79%
G = 18.86%
B = 65.35%

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

#242B95 (or 0x242B95) is known color: Egyptian Blue. HEX triplet: 24, 2B and 95. RGB value is (36,43,149). Sum of RGB (Red+Green+Blue) = 36+43+149=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #242B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B95 is #DBD46A. Grayscale: #343434. Windows color (decimal): -14406763 or 9775908. OLE color: 9775908.

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

Color convert

RGB 36 43 149 -
CMYK 0.76 0.71 0 0.42
HSL 236.28º 0.61% 0.36% -
HSV(B) 236.28º 0.76% 0.58% -
XYZ 7.02 4.27 28.89 -
YUV 52.99 182.18 115.88 -
System Red Green Blue C M Y K H S L
Decimal 36 43 149 0.76 0.71 0 0.42 236.28 0.61 0.36
Hex 24 2B 95 4C 47 0 2A EC 3D 24
Octal 44 53 225 114 107 0 52 354 75 44
Binary 100100 101011 10010101 1001100 1000111 0 101010 11101100 111101 100100

Color Harmonies of #242B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B95

Black with #242B95

Text Example


Text Example

White with #242B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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