Html Css Color HEX #28359C Egyptian Blue

📋 copy color: '#28359C'

red 40 ◦ green 53 ◦ blue 156

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

Shades of Egyptian Blue #28359C

Tints of Egyptian Blue #28359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

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

R = 16.06%
G = 21.29%
B = 62.65%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28359C (or 0x28359C) is known color: Egyptian Blue. HEX triplet: 28, 35 and 9C. RGB value is (40,53,156). Sum of RGB (Red+Green+Blue) = 40+53+156=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #28359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28359C is #D7CA63. Grayscale: #3C3C3C. Windows color (decimal): -14142052 or 10237224. OLE color: 10237224.

HSL color Cylindrical-coordinate representation of color #28359C: hue angle of 233.28º 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 #28359C is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 53 156 -
CMYK 0.74 0.66 0 0.39
HSL 233.28º 0.59% 0.38% -
HSV(B) 233.28º 0.74% 0.61% -
XYZ 8.15 5.4 32.06 -
YUV 60.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 40 53 156 0.74 0.66 0 0.39 233.28 0.59 0.38
Hex 28 35 9C 4A 42 0 27 E9 3B 26
Octal 50 65 234 112 102 0 47 351 73 46
Binary 101000 110101 10011100 1001010 1000010 0 100111 11101001 111011 100110

Color Harmonies of #28359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28359C

Black with #28359C

Text Example


Text Example

White with #28359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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