Html Css Color HEX #272992 Egyptian Blue

📋 copy color: '#272992'

red 39 ◦ green 41 ◦ blue 146

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

Shades of Egyptian Blue #272992

Tints of Egyptian Blue #272992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.6%

R = 17.26%
G = 18.14%
B = 64.6%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#272992 (or 0x272992) is known color: Egyptian Blue. HEX triplet: 27, 29 and 92. RGB value is (39,41,146). Sum of RGB (Red+Green+Blue) = 39+41+146=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #272992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272992 is #D8D66D. Grayscale: #333333. Windows color (decimal): -14210670 or 9578791. OLE color: 9578791.

HSL color Cylindrical-coordinate representation of color #272992: hue angle of 238.88º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #272992 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 41 146 -
CMYK 0.73 0.72 0 0.43
HSL 238.88º 0.58% 0.36% -
HSV(B) 238.88º 0.73% 0.57% -
XYZ 6.82 4.09 27.62 -
YUV 52.37 180.84 118.46 -
System Red Green Blue C M Y K H S L
Decimal 39 41 146 0.73 0.72 0 0.43 238.88 0.58 0.36
Hex 27 29 92 49 48 0 2B EF 3A 24
Octal 47 51 222 111 110 0 53 357 72 44
Binary 100111 101001 10010010 1001001 1001000 0 101011 11101111 111010 100100

Color Harmonies of #272992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272992

Black with #272992

Text Example


Text Example

White with #272992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272992; }

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

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

background-color css

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

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

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

border-color css

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

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

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