#283194

Color #283194 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #283194

Tints of Egyptian Blue #283194

Color information

#283194 (or 0x283194) is unknown color: approx 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

RGB4049148-
CMYK0.730.6700.42
HSL235º57.45%36.86%-
HSV(B)235º72.97%58.04%-
XYZ7.324.7928.56-
YUV57.6179.02115.45-

RGB Variations

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

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.20% from 255) = 62.45%
R=16.88%
G=20.68%
B=62.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40491480.730.6700.4223557.4536.86
Hex283194494302Aeb3925
Octal50612241111030523537145
Binary1010001100011001010010010011000011010101011101011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>