Html Css Color HEX #242697 Egyptian Blue

📋 copy color: '#242697'

red 36 ◦ green 38 ◦ blue 151

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

Shades of Egyptian Blue #242697

Tints of Egyptian Blue #242697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

 BLUE value IS 151 (59.38% from 255) = 67.11%

R = 16%
G = 16.89%
B = 67.11%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#242697 (or 0x242697) is known color: Egyptian Blue. HEX triplet: 24, 26 and 97. RGB value is (36,38,151). Sum of RGB (Red+Green+Blue) = 36+38+151=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #242697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242697 is #DBD968. Grayscale: #313131. Windows color (decimal): -14408041 or 9905700. OLE color: 9905700.

HSL color Cylindrical-coordinate representation of color #242697: hue angle of 238.96º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242697 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 38 151 -
CMYK 0.76 0.75 0 0.41
HSL 238.96º 0.61% 0.37% -
HSV(B) 238.96º 0.76% 0.59% -
XYZ 7.01 4 29.68 -
YUV 50.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 36 38 151 0.76 0.75 0 0.41 238.96 0.61 0.37
Hex 24 26 97 4C 4B 0 29 EF 3D 25
Octal 44 46 227 114 113 0 51 357 75 45
Binary 100100 100110 10010111 1001100 1001011 0 101001 11101111 111101 100101

Color Harmonies of #242697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242697

Black with #242697

Text Example


Text Example

White with #242697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242697; }

 p { color: rgb(36,38,151); }

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

background-color css

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

 a { background-color: rgb(36,38,151); }

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

border-color css

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

 span { border-color: rgb(36,38,151); }

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