Html Css Color HEX #273299 Egyptian Blue

📋 copy color: '#273299'

red 39 ◦ green 50 ◦ blue 153

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

Shades of Egyptian Blue #273299

Tints of Egyptian Blue #273299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 16.12%
G = 20.66%
B = 63.22%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#273299 (or 0x273299) is known color: Egyptian Blue. HEX triplet: 27, 32 and 99. RGB value is (39,50,153). Sum of RGB (Red+Green+Blue) = 39+50+153=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #273299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273299 is #D8CD66. Grayscale: #3A3A3A. Windows color (decimal): -14208359 or 10039847. OLE color: 10039847.

HSL color Cylindrical-coordinate representation of color #273299: hue angle of 234.21º 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 #273299 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 50 153 -
CMYK 0.75 0.67 0 0.4
HSL 234.21º 0.59% 0.38% -
HSV(B) 234.21º 0.75% 0.6% -
XYZ 7.73 5.01 30.7 -
YUV 58.45 181.36 114.12 -
System Red Green Blue C M Y K H S L
Decimal 39 50 153 0.75 0.67 0 0.4 234.21 0.59 0.38
Hex 27 32 99 4B 43 0 28 EA 3B 26
Octal 47 62 231 113 103 0 50 352 73 46
Binary 100111 110010 10011001 1001011 1000011 0 101000 11101010 111011 100110

Color Harmonies of #273299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273299

Black with #273299

Text Example


Text Example

White with #273299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273299; }

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

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

background-color css

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

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

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

border-color css

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

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

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