Html Css Color HEX #28309C Egyptian Blue

📋 copy color: '#28309C'

red 40 ◦ green 48 ◦ blue 156

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

Shades of Egyptian Blue #28309C

Tints of Egyptian Blue #28309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

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

R = 16.39%
G = 19.67%
B = 63.93%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28309C (or 0x28309C) is known color: Egyptian Blue. HEX triplet: 28, 30 and 9C. RGB value is (40,48,156). Sum of RGB (Red+Green+Blue) = 40+48+156=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #28309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28309C is #D7CF63. Grayscale: #393939. Windows color (decimal): -14143332 or 10235944. OLE color: 10235944.

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

Color convert

RGB 40 48 156 -
CMYK 0.74 0.69 0 0.39
HSL 235.86º 0.59% 0.38% -
HSV(B) 235.86º 0.74% 0.61% -
XYZ 7.93 4.97 31.99 -
YUV 57.92 183.35 115.22 -
System Red Green Blue C M Y K H S L
Decimal 40 48 156 0.74 0.69 0 0.39 235.86 0.59 0.38
Hex 28 30 9C 4A 45 0 27 EC 3B 26
Octal 50 60 234 112 105 0 47 354 73 46
Binary 101000 110000 10011100 1001010 1000101 0 100111 11101100 111011 100110

Color Harmonies of #28309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28309C

Black with #28309C

Text Example


Text Example

White with #28309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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