Html Css Color HEX #27299E Egyptian Blue

📋 copy color: '#27299E'

red 39 ◦ green 41 ◦ blue 158

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

Shades of Egyptian Blue #27299E

Tints of Egyptian Blue #27299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

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

R = 16.39%
G = 17.23%
B = 66.39%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27299E (or 0x27299E) is known color: Egyptian Blue. HEX triplet: 27, 29 and 9E. RGB value is (39,41,158). Sum of RGB (Red+Green+Blue) = 39+41+158=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #27299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27299E is #D8D661. Grayscale: #353535. Windows color (decimal): -14210658 or 10365223. OLE color: 10365223.

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

Color convert

RGB 39 41 158 -
CMYK 0.75 0.74 0 0.38
HSL 238.99º 0.6% 0.39% -
HSV(B) 238.99º 0.75% 0.62% -
XYZ 7.8 4.49 32.8 -
YUV 53.74 186.84 117.49 -
System Red Green Blue C M Y K H S L
Decimal 39 41 158 0.75 0.74 0 0.38 238.99 0.6 0.39
Hex 27 29 9E 4B 4A 0 26 EF 3C 27
Octal 47 51 236 113 112 0 46 357 74 47
Binary 100111 101001 10011110 1001011 1001010 0 100110 11101111 111100 100111

Color Harmonies of #27299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27299E

Black with #27299E

Text Example


Text Example

White with #27299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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