Html Css Color HEX #273495 Egyptian Blue

📋 copy color: '#273495'

red 39 ◦ green 52 ◦ blue 149

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

Shades of Egyptian Blue #273495

Tints of Egyptian Blue #273495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 16.25%
G = 21.67%
B = 62.08%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#273495 (or 0x273495) is known color: Egyptian Blue. HEX triplet: 27, 34 and 95. RGB value is (39,52,149). Sum of RGB (Red+Green+Blue) = 39+52+149=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #273495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273495 is #D8CB6A. Grayscale: #3A3A3A. Windows color (decimal): -14207851 or 9778215. OLE color: 9778215.

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

Color convert

RGB 39 52 149 -
CMYK 0.74 0.65 0 0.42
HSL 232.91º 0.59% 0.37% -
HSV(B) 232.91º 0.74% 0.58% -
XYZ 7.49 5.06 29.02 -
YUV 59.17 178.69 113.61 -
System Red Green Blue C M Y K H S L
Decimal 39 52 149 0.74 0.65 0 0.42 232.91 0.59 0.37
Hex 27 34 95 4A 41 0 2A E9 3B 25
Octal 47 64 225 112 101 0 52 351 73 45
Binary 100111 110100 10010101 1001010 1000001 0 101010 11101001 111011 100101

Color Harmonies of #273495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273495

Black with #273495

Text Example


Text Example

White with #273495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273495; }

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

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

background-color css

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

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

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

border-color css

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

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

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