#27299d

Color #27299D Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #27299D

Tints of Egyptian Blue #27299D

Color information

#27299D (or 0x27299D) is unknown color: approx Egyptian Blue. HEX triplet: 27, 29 and 9D. RGB value is (39,41,157). Sum of RGB (Red+Green+Blue) = 39+41+157=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #27299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27299D is #D8D662. Grayscale: #353535. Windows color (decimal): -14210659 or 10299687. OLE color: 10299687.

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

Color convert

RGB3941157-
CMYK0.750.7400.38
HSL238.98º60.2%38.43%-
HSV(B)238.98º75.16%61.57%-
XYZ7.724.4532.35-
YUV53.63186.34117.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.46%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 157 (61.72% from 255) = 66.24%
R=16.46%
G=17.30%
B=66.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39411570.750.7400.38238.9860.238.43
Hex27299D4B4A026ef3c26
Octal47512351131120463577446
Binary1001111010011001110110010111001010010011011101111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27299d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #27299d;
 }
 .AnyTagClassName
 {
   color: #27299d;
 }
</style>
background-color css

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

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

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

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

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

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