Html Css Color HEX #283193 Egyptian Blue

📋 copy color: '#283193'

red 40 ◦ green 49 ◦ blue 147

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

Shades of Egyptian Blue #283193

Tints of Egyptian Blue #283193

RGB

 RED value IS 40 (16.02% from 255) = 16.95%

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 147 (57.81% from 255) = 62.29%

R = 16.95%
G = 20.76%
B = 62.29%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#283193 (or 0x283193) is known color: Egyptian Blue. HEX triplet: 28, 31 and 93. RGB value is (40,49,147). Sum of RGB (Red+Green+Blue) = 40+49+147=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #283193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283193 is #D7CE6C. Grayscale: #393939. Windows color (decimal): -14143085 or 9646376. OLE color: 9646376.

HSL color Cylindrical-coordinate representation of color #283193: hue angle of 234.95º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #283193 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 49 147 -
CMYK 0.73 0.67 0 0.42
HSL 234.95º 0.57% 0.37% -
HSV(B) 234.95º 0.73% 0.58% -
XYZ 7.24 4.75 28.14 -
YUV 57.48 178.52 115.53 -
System Red Green Blue C M Y K H S L
Decimal 40 49 147 0.73 0.67 0 0.42 234.95 0.57 0.37
Hex 28 31 93 49 43 0 2A EB 39 25
Octal 50 61 223 111 103 0 52 353 71 45
Binary 101000 110001 10010011 1001001 1000011 0 101010 11101011 111001 100101

Color Harmonies of #283193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283193

Black with #283193

Text Example


Text Example

White with #283193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283193; }

 p { color: rgb(40,49,147); }

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

background-color css

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

 a { background-color: rgb(40,49,147); }

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

border-color css

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

 span { border-color: rgb(40,49,147); }

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