Html Css Color HEX #283194 Egyptian Blue

📋 copy color: '#283194'

red 40 ◦ green 49 ◦ blue 148

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

Shades of Egyptian Blue #283194

Tints of Egyptian Blue #283194

RGB

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

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

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

R = 16.88%
G = 20.68%
B = 62.45%

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

#283194 (or 0x283194) is known color: Egyptian Blue. HEX triplet: 28, 31 and 94. RGB value is (40,49,148). Sum of RGB (Red+Green+Blue) = 40+49+148=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #283194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283194 is #D7CE6B. Grayscale: #393939. Windows color (decimal): -14143084 or 9711912. OLE color: 9711912.

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

Color convert

RGB 40 49 148 -
CMYK 0.73 0.67 0 0.42
HSL 235º 0.57% 0.37% -
HSV(B) 235º 0.73% 0.58% -
XYZ 7.32 4.79 28.56 -
YUV 57.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 40 49 148 0.73 0.67 0 0.42 235 0.57 0.37
Hex 28 31 94 49 43 0 2A EB 39 25
Octal 50 61 224 111 103 0 52 353 71 45
Binary 101000 110001 10010100 1001001 1000011 0 101010 11101011 111001 100101

Color Harmonies of #283194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283194

Black with #283194

Text Example


Text Example

White with #283194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283194; }

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

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

background-color css

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

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

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

border-color css

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

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

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