Html Css Color HEX #293499 Egyptian Blue

📋 copy color: '#293499'

red 41 ◦ green 52 ◦ blue 153

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

Shades of Egyptian Blue #293499

Tints of Egyptian Blue #293499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 153 (60.16% from 255) = 62.2%

R = 16.67%
G = 21.14%
B = 62.2%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#293499 (or 0x293499) is known color: Egyptian Blue. HEX triplet: 29, 34 and 99. RGB value is (41,52,153). Sum of RGB (Red+Green+Blue) = 41+52+153=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #293499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293499 is #D6CB66. Grayscale: #3B3B3B. Windows color (decimal): -14076775 or 10040361. OLE color: 10040361.

HSL color Cylindrical-coordinate representation of color #293499: hue angle of 234.11º 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 #293499 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 52 153 -
CMYK 0.73 0.66 0 0.4
HSL 234.11º 0.58% 0.38% -
HSV(B) 234.11º 0.73% 0.6% -
XYZ 7.89 5.23 30.73 -
YUV 60.23 180.36 114.29 -
System Red Green Blue C M Y K H S L
Decimal 41 52 153 0.73 0.66 0 0.4 234.11 0.58 0.38
Hex 29 34 99 49 42 0 28 EA 3A 26
Octal 51 64 231 111 102 0 50 352 72 46
Binary 101001 110100 10011001 1001001 1000010 0 101000 11101010 111010 100110

Color Harmonies of #293499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293499

Black with #293499

Text Example


Text Example

White with #293499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293499; }

 p { color: rgb(41,52,153); }

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

background-color css

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

 a { background-color: rgb(41,52,153); }

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

border-color css

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

 span { border-color: rgb(41,52,153); }

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