Html Css Color HEX #28429E Egyptian Blue

📋 copy color: '#28429E'

red 40 ◦ green 66 ◦ blue 158

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

Shades of Egyptian Blue #28429E

Tints of Egyptian Blue #28429E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

 BLUE value IS 158 (62.11% from 255) = 59.85%

R = 15.15%
G = 25%
B = 59.85%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28429E (or 0x28429E) is known color: Egyptian Blue. HEX triplet: 28, 42 and 9E. RGB value is (40,66,158). Sum of RGB (Red+Green+Blue) = 40+66+158=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #28429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28429E is #D7BD61. Grayscale: #444444. Windows color (decimal): -14138722 or 10371624. OLE color: 10371624.

HSL color Cylindrical-coordinate representation of color #28429E: hue angle of 226.78º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28429E is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 66 158 -
CMYK 0.75 0.58 0 0.38
HSL 226.78º 0.6% 0.39% -
HSV(B) 226.78º 0.75% 0.62% -
XYZ 8.99 6.82 33.19 -
YUV 68.71 178.39 107.52 -
System Red Green Blue C M Y K H S L
Decimal 40 66 158 0.75 0.58 0 0.38 226.78 0.6 0.39
Hex 28 42 9E 4B 3A 0 26 E3 3C 27
Octal 50 102 236 113 72 0 46 343 74 47
Binary 101000 1000010 10011110 1001011 111010 0 100110 11100011 111100 100111

Color Harmonies of #28429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28429E

Black with #28429E

Text Example


Text Example

White with #28429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28429E; }

 p { color: rgb(40,66,158); }

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

background-color css

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

 a { background-color: rgb(40,66,158); }

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

border-color css

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

 span { border-color: rgb(40,66,158); }

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