Html Css Color HEX #292D98 Egyptian Blue

📋 copy color: '#292D98'

red 41 ◦ green 45 ◦ blue 152

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

Shades of Egyptian Blue #292D98

Tints of Egyptian Blue #292D98

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.91%

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

R = 17.23%
G = 18.91%
B = 63.87%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#292D98 (or 0x292D98) is known color: Egyptian Blue. HEX triplet: 29, 2D and 98. RGB value is (41,45,152). Sum of RGB (Red+Green+Blue) = 41+45+152=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #292D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292D98 is #D6D267. Grayscale: #373737. Windows color (decimal): -14078568 or 9973033. OLE color: 9973033.

HSL color Cylindrical-coordinate representation of color #292D98: hue angle of 237.84º 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 #292D98 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 45 152 -
CMYK 0.73 0.70 0 0.40
HSL 237.84º 0.58% 0.38% -
HSV(B) 237.84º 0.73% 0.6% -
XYZ 7.52 4.62 30.2 -
YUV 56 182.17 117.3 -
System Red Green Blue C M Y K H S L
Decimal 41 45 152 0.73 0.70 0 0.40 237.84 0.58 0.38
Hex 29 2D 98 49 46 0 28 EE 3A 26
Octal 51 55 230 111 106 0 50 356 72 46
Binary 101001 101101 10011000 1001001 1000110 0 101000 11101110 111010 100110

Color Harmonies of #292D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D98

Black with #292D98

Text Example


Text Example

White with #292D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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