Html Css Color HEX #27289E Egyptian Blue

📋 copy color: '#27289E'

red 39 ◦ green 40 ◦ blue 158

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

Shades of Egyptian Blue #27289E

Tints of Egyptian Blue #27289E

RGB

 RED value IS 39 (15.63% from 255) = 16.46%

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 158 (62.11% from 255) = 66.67%

R = 16.46%
G = 16.88%
B = 66.67%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27289E (or 0x27289E) is known color: Egyptian Blue. HEX triplet: 27, 28 and 9E. RGB value is (39,40,158). Sum of RGB (Red+Green+Blue) = 39+40+158=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #27289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27289E is #D8D761. Grayscale: #343434. Windows color (decimal): -14210914 or 10364967. OLE color: 10364967.

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

Color convert

RGB 39 40 158 -
CMYK 0.75 0.75 0 0.38
HSL 239.5º 0.6% 0.39% -
HSV(B) 239.5º 0.75% 0.62% -
XYZ 7.77 4.42 32.79 -
YUV 53.15 187.17 117.91 -
System Red Green Blue C M Y K H S L
Decimal 39 40 158 0.75 0.75 0 0.38 239.5 0.6 0.39
Hex 27 28 9E 4B 4B 0 26 EF 3C 27
Octal 47 50 236 113 113 0 46 357 74 47
Binary 100111 101000 10011110 1001011 1001011 0 100110 11101111 111100 100111

Color Harmonies of #27289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27289E

Black with #27289E

Text Example


Text Example

White with #27289E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27289E; }

 p { color: rgb(39,40,158); }

 H1.HeaderClassName
 {
   color: #27289E;
 }
 .AnyTagClassName
 {
   color: #27289E;
 }
</style>

background-color css

<style>
 a { background-color: #27289E; }

 a { background-color: rgb(39,40,158); }

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

border-color css

<style>
 span { border-color: #27289E; }

 span { border-color: rgb(39,40,158); }

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