Html Css Color HEX #292C98 Egyptian Blue

📋 copy color: '#292C98'

red 41 ◦ green 44 ◦ blue 152

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

Shades of Egyptian Blue #292C98

Tints of Egyptian Blue #292C98

RGB

 RED value IS 41 (16.41% from 255) = 17.3%

 GREEN value IS 44 (17.58% from 255) = 18.57%

 BLUE value IS 152 (59.77% from 255) = 64.14%

R = 17.3%
G = 18.57%
B = 64.14%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#292C98 (or 0x292C98) is known color: Egyptian Blue. HEX triplet: 29, 2C and 98. RGB value is (41,44,152). Sum of RGB (Red+Green+Blue) = 41+44+152=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #292C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C98 is #D6D367. Grayscale: #363636. Windows color (decimal): -14078824 or 9972777. OLE color: 9972777.

HSL color Cylindrical-coordinate representation of color #292C98: hue angle of 238.38º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292C98 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 44 152 -
CMYK 0.73 0.71 0 0.40
HSL 238.38º 0.58% 0.38% -
HSV(B) 238.38º 0.73% 0.6% -
XYZ 7.48 4.54 30.19 -
YUV 55.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 41 44 152 0.73 0.71 0 0.40 238.38 0.58 0.38
Hex 29 2C 98 49 47 0 28 EE 3A 26
Octal 51 54 230 111 107 0 50 356 72 46
Binary 101001 101100 10011000 1001001 1000111 0 101000 11101110 111010 100110

Color Harmonies of #292C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C98

Black with #292C98

Text Example


Text Example

White with #292C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292C98; }

 p { color: rgb(41,44,152); }

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

background-color css

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

 a { background-color: rgb(41,44,152); }

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

border-color css

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

 span { border-color: rgb(41,44,152); }

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