Html Css Color HEX #272E99 Egyptian Blue

📋 copy color: '#272E99'

red 39 ◦ green 46 ◦ blue 153

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

Shades of Egyptian Blue #272E99

Tints of Egyptian Blue #272E99

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.33%

 BLUE value IS 153 (60.16% from 255) = 64.29%

R = 16.39%
G = 19.33%
B = 64.29%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#272E99 (or 0x272E99) is known color: Egyptian Blue. HEX triplet: 27, 2E and 99. RGB value is (39,46,153). Sum of RGB (Red+Green+Blue) = 39+46+153=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #272E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272E99 is #D8D166. Grayscale: #373737. Windows color (decimal): -14209383 or 10038823. OLE color: 10038823.

HSL color Cylindrical-coordinate representation of color #272E99: hue angle of 236.32º degrees, saturation: 0.59, 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 #272E99 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 46 153 -
CMYK 0.75 0.70 0 0.4
HSL 236.32º 0.59% 0.38% -
HSV(B) 236.32º 0.75% 0.6% -
XYZ 7.56 4.69 30.64 -
YUV 56.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 39 46 153 0.75 0.70 0 0.4 236.32 0.59 0.38
Hex 27 2E 99 4B 46 0 28 EC 3B 26
Octal 47 56 231 113 106 0 50 354 73 46
Binary 100111 101110 10011001 1001011 1000110 0 101000 11101100 111011 100110

Color Harmonies of #272E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272E99

Black with #272E99

Text Example


Text Example

White with #272E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272E99; }

 p { color: rgb(39,46,153); }

 H1.HeaderClassName
 {
   color: #272E99;
 }
 .AnyTagClassName
 {
   color: #272E99;
 }
</style>

background-color css

<style>
 a { background-color: #272E99; }

 a { background-color: rgb(39,46,153); }

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

border-color css

<style>
 span { border-color: #272E99; }

 span { border-color: rgb(39,46,153); }

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