#28339A

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

Shades of Egyptian Blue #28339A

Tints of Egyptian Blue #28339A

Color information

#28339A (or 0x28339A) is unknown color: approx Egyptian Blue. HEX triplet: 28, 33 and 9A. RGB value is (40,51,154). Sum of RGB (Red+Green+Blue) = 40+51+154=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #28339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28339A is #D7CC65. Grayscale: #3B3B3B. Windows color (decimal): -14142566 or 10105640. OLE color: 10105640.

HSL color Cylindrical-coordinate representation of color #28339A: hue angle of 234.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28339A is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4051154-
CMYK0.740.6700.40
HSL234.21º58.76%38.04%-
HSV(B)234.21º74.03%60.39%-
XYZ7.895.1531.15-
YUV59.45181.36114.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.33%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 154 (60.55% from 255) = 62.86%
R=16.33%
G=20.82%
B=62.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40511540.740.6700.40234.2158.7638.04
Hex28339A4A43028ea3b26
Octal50632321121030503527346
Binary1010001100111001101010010101000011010100011101010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28339A; }

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

 H1.HeaderClassName
 {
   color: #28339A;
 }
 .AnyTagClassName
 {
   color: #28339A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #28339A;
 }
 .BgClassName
 {
   background-color: #28339A;
 }
</style>
border-color css

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

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

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