Html Css Color HEX #28349D Egyptian Blue

📋 copy color: '#28349D'

red 40 ◦ green 52 ◦ blue 157

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

Shades of Egyptian Blue #28349D

Tints of Egyptian Blue #28349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

 BLUE value IS 157 (61.72% from 255) = 63.05%

R = 16.06%
G = 20.88%
B = 63.05%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28349D (or 0x28349D) is known color: Egyptian Blue. HEX triplet: 28, 34 and 9D. RGB value is (40,52,157). Sum of RGB (Red+Green+Blue) = 40+52+157=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #28349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28349D is #D7CB62. Grayscale: #3B3B3B. Windows color (decimal): -14142307 or 10302504. OLE color: 10302504.

HSL color Cylindrical-coordinate representation of color #28349D: hue angle of 233.85º degrees, saturation: 0.59, 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 #28349D is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 52 157 -
CMYK 0.75 0.67 0 0.38
HSL 233.85º 0.59% 0.39% -
HSV(B) 233.85º 0.75% 0.62% -
XYZ 8.19 5.34 32.5 -
YUV 60.38 182.52 113.46 -
System Red Green Blue C M Y K H S L
Decimal 40 52 157 0.75 0.67 0 0.38 233.85 0.59 0.39
Hex 28 34 9D 4B 43 0 26 EA 3B 27
Octal 50 64 235 113 103 0 46 352 73 47
Binary 101000 110100 10011101 1001011 1000011 0 100110 11101010 111011 100111

Color Harmonies of #28349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28349D

Black with #28349D

Text Example


Text Example

White with #28349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28349D; }

 p { color: rgb(40,52,157); }

 H1.HeaderClassName
 {
   color: #28349D;
 }
 .AnyTagClassName
 {
   color: #28349D;
 }
</style>

background-color css

<style>
 a { background-color: #28349D; }

 a { background-color: rgb(40,52,157); }

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

border-color css

<style>
 span { border-color: #28349D; }

 span { border-color: rgb(40,52,157); }

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