Html Css Color HEX #27289A Egyptian Blue

📋 copy color: '#27289A'

red 39 ◦ green 40 ◦ blue 154

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

Shades of Egyptian Blue #27289A

Tints of Egyptian Blue #27289A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 66.09%

R = 16.74%
G = 17.17%
B = 66.09%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#27289A (or 0x27289A) is known color: Egyptian Blue. HEX triplet: 27, 28 and 9A. RGB value is (39,40,154). Sum of RGB (Red+Green+Blue) = 39+40+154=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #27289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27289A is #D8D765. Grayscale: #343434. Windows color (decimal): -14210918 or 10102823. OLE color: 10102823.

HSL color Cylindrical-coordinate representation of color #27289A: hue angle of 239.48º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27289A is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 40 154 -
CMYK 0.75 0.74 0 0.40
HSL 239.48º 0.6% 0.38% -
HSV(B) 239.48º 0.75% 0.6% -
XYZ 7.43 4.28 31.01 -
YUV 52.7 185.17 118.23 -
System Red Green Blue C M Y K H S L
Decimal 39 40 154 0.75 0.74 0 0.40 239.48 0.6 0.38
Hex 27 28 9A 4B 4A 0 28 EF 3C 26
Octal 47 50 232 113 112 0 50 357 74 46
Binary 100111 101000 10011010 1001011 1001010 0 101000 11101111 111100 100110

Color Harmonies of #27289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27289A

Black with #27289A

Text Example


Text Example

White with #27289A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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