Html Css Color HEX #293898 Egyptian Blue

📋 copy color: '#293898'

red 41 ◦ green 56 ◦ blue 152

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

Shades of Egyptian Blue #293898

Tints of Egyptian Blue #293898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.49%

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

R = 16.47%
G = 22.49%
B = 61.04%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#293898 (or 0x293898) is known color: Egyptian Blue. HEX triplet: 29, 38 and 98. RGB value is (41,56,152). Sum of RGB (Red+Green+Blue) = 41+56+152=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #293898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293898 is #D6C767. Grayscale: #3E3E3E. Windows color (decimal): -14075752 or 9975849. OLE color: 9975849.

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

Color convert

RGB 41 56 152 -
CMYK 0.73 0.63 0 0.40
HSL 231.89º 0.58% 0.38% -
HSV(B) 231.89º 0.73% 0.6% -
XYZ 8 5.57 30.36 -
YUV 62.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 41 56 152 0.73 0.63 0 0.40 231.89 0.58 0.38
Hex 29 38 98 49 3F 0 28 E8 3A 26
Octal 51 70 230 111 77 0 50 350 72 46
Binary 101001 111000 10011000 1001001 111111 0 101000 11101000 111010 100110

Color Harmonies of #293898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293898

Black with #293898

Text Example


Text Example

White with #293898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293898; }

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

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

background-color css

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

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

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

border-color css

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

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

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