Html Css Color HEX #283494 Egyptian Blue

📋 copy color: '#283494'

red 40 ◦ green 52 ◦ blue 148

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

Shades of Egyptian Blue #283494

Tints of Egyptian Blue #283494

RGB

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

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

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

R = 16.67%
G = 21.67%
B = 61.67%

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

#283494 (or 0x283494) is known color: Egyptian Blue. HEX triplet: 28, 34 and 94. RGB value is (40,52,148). Sum of RGB (Red+Green+Blue) = 40+52+148=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #283494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283494 is #D7CB6B. Grayscale: #3A3A3A. Windows color (decimal): -14142316 or 9712680. OLE color: 9712680.

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

Color convert

RGB 40 52 148 -
CMYK 0.73 0.65 0 0.42
HSL 233.33º 0.57% 0.37% -
HSV(B) 233.33º 0.73% 0.58% -
XYZ 7.45 5.05 28.6 -
YUV 59.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 40 52 148 0.73 0.65 0 0.42 233.33 0.57 0.37
Hex 28 34 94 49 41 0 2A E9 39 25
Octal 50 64 224 111 101 0 52 351 71 45
Binary 101000 110100 10010100 1001001 1000001 0 101010 11101001 111001 100101

Color Harmonies of #283494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283494

Black with #283494

Text Example


Text Example

White with #283494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283494; }

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

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

background-color css

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

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

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

border-color css

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

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

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