Html Css Color HEX #273994 Egyptian Blue

📋 copy color: '#273994'

red 39 ◦ green 57 ◦ blue 148

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

Shades of Egyptian Blue #273994

Tints of Egyptian Blue #273994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.36%

 BLUE value IS 148 (58.2% from 255) = 60.66%

R = 15.98%
G = 23.36%
B = 60.66%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#273994 (or 0x273994) is known color: Egyptian Blue. HEX triplet: 27, 39 and 94. RGB value is (39,57,148). Sum of RGB (Red+Green+Blue) = 39+57+148=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #273994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273994 is #D8C66B. Grayscale: #3D3D3D. Windows color (decimal): -14206572 or 9713959. OLE color: 9713959.

HSL color Cylindrical-coordinate representation of color #273994: hue angle of 230.09º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #273994 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 57 148 -
CMYK 0.74 0.61 0 0.42
HSL 230.09º 0.58% 0.37% -
HSV(B) 230.09º 0.74% 0.58% -
XYZ 7.65 5.5 28.67 -
YUV 61.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 39 57 148 0.74 0.61 0 0.42 230.09 0.58 0.37
Hex 27 39 94 4A 3D 0 2A E6 3A 25
Octal 47 71 224 112 75 0 52 346 72 45
Binary 100111 111001 10010100 1001010 111101 0 101010 11100110 111010 100101

Color Harmonies of #273994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273994

Black with #273994

Text Example


Text Example

White with #273994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273994; }

 p { color: rgb(39,57,148); }

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

background-color css

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

 a { background-color: rgb(39,57,148); }

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

border-color css

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

 span { border-color: rgb(39,57,148); }

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