Html Css Color HEX #28339A Egyptian Blue

📋 copy color: '#28339A'

red 40 ◦ green 51 ◦ blue 154

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

Shades of Egyptian Blue #28339A

Tints of Egyptian Blue #28339A

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 value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#28339A (or 0x28339A) is known color: 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

RGB 40 51 154 -
CMYK 0.74 0.67 0 0.40
HSL 234.21º 0.59% 0.38% -
HSV(B) 234.21º 0.74% 0.6% -
XYZ 7.89 5.15 31.15 -
YUV 59.45 181.36 114.12 -
System Red Green Blue C M Y K H S L
Decimal 40 51 154 0.74 0.67 0 0.40 234.21 0.59 0.38
Hex 28 33 9A 4A 43 0 28 EA 3B 26
Octal 50 63 232 112 103 0 50 352 73 46
Binary 101000 110011 10011010 1001010 1000011 0 101000 11101010 111011 100110

Color Harmonies of #28339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28339A

Black with #28339A

Text Example


Text Example

White with #28339A

Text Example


Text Example

HTML Codes & Css Web 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>