Html Css Color HEX #292F98 Egyptian Blue

📋 copy color: '#292F98'

red 41 ◦ green 47 ◦ blue 152

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

Shades of Egyptian Blue #292F98

Tints of Egyptian Blue #292F98

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.58%

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

R = 17.08%
G = 19.58%
B = 63.33%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#292F98 (or 0x292F98) is known color: Egyptian Blue. HEX triplet: 29, 2F and 98. RGB value is (41,47,152). Sum of RGB (Red+Green+Blue) = 41+47+152=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #292F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292F98 is #D6D067. Grayscale: #383838. Windows color (decimal): -14078056 or 9973545. OLE color: 9973545.

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

Color convert

RGB 41 47 152 -
CMYK 0.73 0.69 0 0.40
HSL 236.76º 0.58% 0.38% -
HSV(B) 236.76º 0.73% 0.6% -
XYZ 7.6 4.77 30.23 -
YUV 57.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 41 47 152 0.73 0.69 0 0.40 236.76 0.58 0.38
Hex 29 2F 98 49 45 0 28 ED 3A 26
Octal 51 57 230 111 105 0 50 355 72 46
Binary 101001 101111 10011000 1001001 1000101 0 101000 11101101 111010 100110

Color Harmonies of #292F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292F98

Black with #292F98

Text Example


Text Example

White with #292F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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