Html Css Color HEX #293A98 Egyptian Blue

📋 copy color: '#293A98'

red 41 ◦ green 58 ◦ blue 152

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

Shades of Egyptian Blue #293A98

Tints of Egyptian Blue #293A98

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.11%

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

R = 16.33%
G = 23.11%
B = 60.56%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#293A98 (or 0x293A98) is known color: Egyptian Blue. HEX triplet: 29, 3A and 98. RGB value is (41,58,152). Sum of RGB (Red+Green+Blue) = 41+58+152=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #293A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A98 is #D6C567. Grayscale: #3F3F3F. Windows color (decimal): -14075240 or 9976361. OLE color: 9976361.

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

Color convert

RGB 41 58 152 -
CMYK 0.73 0.62 0 0.40
HSL 230.81º 0.58% 0.38% -
HSV(B) 230.81º 0.73% 0.6% -
XYZ 8.1 5.76 30.39 -
YUV 63.63 177.87 111.86 -
System Red Green Blue C M Y K H S L
Decimal 41 58 152 0.73 0.62 0 0.40 230.81 0.58 0.38
Hex 29 3A 98 49 3E 0 28 E7 3A 26
Octal 51 72 230 111 76 0 50 347 72 46
Binary 101001 111010 10011000 1001001 111110 0 101000 11100111 111010 100110

Color Harmonies of #293A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A98

Black with #293A98

Text Example


Text Example

White with #293A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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