Html Css Color HEX #283394 Egyptian Blue

📋 copy color: '#283394'

red 40 ◦ green 51 ◦ blue 148

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

Shades of Egyptian Blue #283394

Tints of Egyptian Blue #283394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 148 (58.2% from 255) = 61.92%

R = 16.74%
G = 21.34%
B = 61.92%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#283394 (or 0x283394) is known color: Egyptian Blue. HEX triplet: 28, 33 and 94. RGB value is (40,51,148). Sum of RGB (Red+Green+Blue) = 40+51+148=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #283394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283394 is #D7CC6B. Grayscale: #3A3A3A. Windows color (decimal): -14142572 or 9712424. OLE color: 9712424.

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

Color convert

RGB 40 51 148 -
CMYK 0.73 0.66 0 0.42
HSL 233.89º 0.57% 0.37% -
HSV(B) 233.89º 0.73% 0.58% -
XYZ 7.4 4.96 28.58 -
YUV 58.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 40 51 148 0.73 0.66 0 0.42 233.89 0.57 0.37
Hex 28 33 94 49 42 0 2A EA 39 25
Octal 50 63 224 111 102 0 52 352 71 45
Binary 101000 110011 10010100 1001001 1000010 0 101010 11101010 111001 100101

Color Harmonies of #283394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283394

Black with #283394

Text Example


Text Example

White with #283394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283394; }

 p { color: rgb(40,51,148); }

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

background-color css

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

 a { background-color: rgb(40,51,148); }

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

border-color css

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

 span { border-color: rgb(40,51,148); }

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