Html Css Color HEX #28369C Egyptian Blue

📋 copy color: '#28369C'

red 40 ◦ green 54 ◦ blue 156

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

Shades of Egyptian Blue #28369C

Tints of Egyptian Blue #28369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

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

R = 16%
G = 21.6%
B = 62.4%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28369C (or 0x28369C) is known color: Egyptian Blue. HEX triplet: 28, 36 and 9C. RGB value is (40,54,156). Sum of RGB (Red+Green+Blue) = 40+54+156=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #28369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28369C is #D7C963. Grayscale: #3D3D3D. Windows color (decimal): -14141796 or 10237480. OLE color: 10237480.

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

Color convert

RGB 40 54 156 -
CMYK 0.74 0.65 0 0.39
HSL 232.76º 0.59% 0.38% -
HSV(B) 232.76º 0.74% 0.61% -
XYZ 8.19 5.49 32.08 -
YUV 61.44 181.36 112.71 -
System Red Green Blue C M Y K H S L
Decimal 40 54 156 0.74 0.65 0 0.39 232.76 0.59 0.38
Hex 28 36 9C 4A 41 0 27 E9 3B 26
Octal 50 66 234 112 101 0 47 351 73 46
Binary 101000 110110 10011100 1001010 1000001 0 100111 11101001 111011 100110

Color Harmonies of #28369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28369C

Black with #28369C

Text Example


Text Example

White with #28369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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