Html Css Color HEX #293A9F Egyptian Blue

📋 copy color: '#293A9F'

red 41 ◦ green 58 ◦ blue 159

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

Shades of Egyptian Blue #293A9F

Tints of Egyptian Blue #293A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 61.63%

R = 15.89%
G = 22.48%
B = 61.63%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#293A9F (or 0x293A9F) is known color: Egyptian Blue. HEX triplet: 29, 3A and 9F. RGB value is (41,58,159). Sum of RGB (Red+Green+Blue) = 41+58+159=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #293A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A9F is #D6C560. Grayscale: #404040. Windows color (decimal): -14075233 or 10435113. OLE color: 10435113.

HSL color Cylindrical-coordinate representation of color #293A9F: hue angle of 231.36º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #293A9F is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 58 159 -
CMYK 0.74 0.64 0 0.38
HSL 231.36º 0.59% 0.39% -
HSV(B) 231.36º 0.74% 0.62% -
XYZ 8.69 6 33.5 -
YUV 64.43 181.37 111.29 -
System Red Green Blue C M Y K H S L
Decimal 41 58 159 0.74 0.64 0 0.38 231.36 0.59 0.39
Hex 29 3A 9F 4A 40 0 26 E7 3B 27
Octal 51 72 237 112 100 0 46 347 73 47
Binary 101001 111010 10011111 1001010 1000000 0 100110 11100111 111011 100111

Color Harmonies of #293A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A9F

Black with #293A9F

Text Example


Text Example

White with #293A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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