Html Css Color HEX #28339C Egyptian Blue

📋 copy color: '#28339C'

red 40 ◦ green 51 ◦ blue 156

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

Shades of Egyptian Blue #28339C

Tints of Egyptian Blue #28339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 156 (61.33% from 255) = 63.16%

R = 16.19%
G = 20.65%
B = 63.16%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28339C (or 0x28339C) is known color: Egyptian Blue. HEX triplet: 28, 33 and 9C. RGB value is (40,51,156). Sum of RGB (Red+Green+Blue) = 40+51+156=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #28339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28339C is #D7CC63. Grayscale: #3B3B3B. Windows color (decimal): -14142564 or 10236712. OLE color: 10236712.

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

Color convert

RGB 40 51 156 -
CMYK 0.74 0.67 0 0.39
HSL 234.31º 0.59% 0.38% -
HSV(B) 234.31º 0.74% 0.61% -
XYZ 8.06 5.22 32.04 -
YUV 59.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 40 51 156 0.74 0.67 0 0.39 234.31 0.59 0.38
Hex 28 33 9C 4A 43 0 27 EA 3B 26
Octal 50 63 234 112 103 0 47 352 73 46
Binary 101000 110011 10011100 1001010 1000011 0 100111 11101010 111011 100110

Color Harmonies of #28339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28339C

Black with #28339C

Text Example


Text Example

White with #28339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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