Html Css Color HEX #273395 Egyptian Blue

📋 copy color: '#273395'

red 39 ◦ green 51 ◦ blue 149

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

Shades of Egyptian Blue #273395

Tints of Egyptian Blue #273395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 149 (58.59% from 255) = 62.34%

R = 16.32%
G = 21.34%
B = 62.34%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#273395 (or 0x273395) is known color: Egyptian Blue. HEX triplet: 27, 33 and 95. RGB value is (39,51,149). Sum of RGB (Red+Green+Blue) = 39+51+149=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #273395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273395 is #D8CC6A. Grayscale: #3A3A3A. Windows color (decimal): -14208107 or 9777959. OLE color: 9777959.

HSL color Cylindrical-coordinate representation of color #273395: hue angle of 233.45º degrees, saturation: 0.59, 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 #273395 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 51 149 -
CMYK 0.74 0.66 0 0.42
HSL 233.45º 0.59% 0.37% -
HSV(B) 233.45º 0.74% 0.58% -
XYZ 7.45 4.97 29 -
YUV 58.58 179.02 114.03 -
System Red Green Blue C M Y K H S L
Decimal 39 51 149 0.74 0.66 0 0.42 233.45 0.59 0.37
Hex 27 33 95 4A 42 0 2A E9 3B 25
Octal 47 63 225 112 102 0 52 351 73 45
Binary 100111 110011 10010101 1001010 1000010 0 101010 11101001 111011 100101

Color Harmonies of #273395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273395

Black with #273395

Text Example


Text Example

White with #273395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273395; }

 p { color: rgb(39,51,149); }

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

background-color css

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

 a { background-color: rgb(39,51,149); }

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

border-color css

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

 span { border-color: rgb(39,51,149); }

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