Html Css Color HEX #283493 Egyptian Blue

📋 copy color: '#283493'

red 40 ◦ green 52 ◦ blue 147

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

Shades of Egyptian Blue #283493

Tints of Egyptian Blue #283493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

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

R = 16.74%
G = 21.76%
B = 61.51%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#283493 (or 0x283493) is known color: Egyptian Blue. HEX triplet: 28, 34 and 93. RGB value is (40,52,147). Sum of RGB (Red+Green+Blue) = 40+52+147=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #283493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283493 is #D7CB6C. Grayscale: #3A3A3A. Windows color (decimal): -14142317 or 9647144. OLE color: 9647144.

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

Color convert

RGB 40 52 147 -
CMYK 0.73 0.65 0 0.42
HSL 233.27º 0.57% 0.37% -
HSV(B) 233.27º 0.73% 0.58% -
XYZ 7.37 5.01 28.18 -
YUV 59.24 177.52 114.28 -
System Red Green Blue C M Y K H S L
Decimal 40 52 147 0.73 0.65 0 0.42 233.27 0.57 0.37
Hex 28 34 93 49 41 0 2A E9 39 25
Octal 50 64 223 111 101 0 52 351 71 45
Binary 101000 110100 10010011 1001001 1000001 0 101010 11101001 111001 100101

Color Harmonies of #283493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283493

Black with #283493

Text Example


Text Example

White with #283493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283493; }

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

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

background-color css

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

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

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

border-color css

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

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

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