Html Css Color HEX #293C9F Egyptian Blue

📋 copy color: '#293C9F'

red 41 ◦ green 60 ◦ blue 159

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

Shades of Egyptian Blue #293C9F

Tints of Egyptian Blue #293C9F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.08%

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

R = 15.77%
G = 23.08%
B = 61.15%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#293C9F (or 0x293C9F) is known color: Egyptian Blue. HEX triplet: 29, 3C and 9F. RGB value is (41,60,159). Sum of RGB (Red+Green+Blue) = 41+60+159=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #293C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C9F is #D6C360. Grayscale: #414141. Windows color (decimal): -14074721 or 10435625. OLE color: 10435625.

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

Color convert

RGB 41 60 159 -
CMYK 0.74 0.62 0 0.38
HSL 230.34º 0.59% 0.39% -
HSV(B) 230.34º 0.74% 0.62% -
XYZ 8.79 6.21 33.54 -
YUV 65.61 180.71 110.45 -
System Red Green Blue C M Y K H S L
Decimal 41 60 159 0.74 0.62 0 0.38 230.34 0.59 0.39
Hex 29 3C 9F 4A 3E 0 26 E6 3B 27
Octal 51 74 237 112 76 0 46 346 73 47
Binary 101001 111100 10011111 1001010 111110 0 100110 11100110 111011 100111

Color Harmonies of #293C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C9F

Black with #293C9F

Text Example


Text Example

White with #293C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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