Html Css Color HEX #27309A Egyptian Blue

📋 copy color: '#27309A'

red 39 ◦ green 48 ◦ blue 154

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

Shades of Egyptian Blue #27309A

Tints of Egyptian Blue #27309A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

 BLUE value IS 154 (60.55% from 255) = 63.9%

R = 16.18%
G = 19.92%
B = 63.9%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#27309A (or 0x27309A) is known color: Egyptian Blue. HEX triplet: 27, 30 and 9A. RGB value is (39,48,154). Sum of RGB (Red+Green+Blue) = 39+48+154=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #27309A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27309A is #D8CF65. Grayscale: #383838. Windows color (decimal): -14208870 or 10104871. OLE color: 10104871.

HSL color Cylindrical-coordinate representation of color #27309A: hue angle of 235.3º degrees, saturation: 0.6, 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 #27309A is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 48 154 -
CMYK 0.75 0.69 0 0.40
HSL 235.3º 0.6% 0.38% -
HSV(B) 235.3º 0.75% 0.6% -
XYZ 7.73 4.88 31.11 -
YUV 57.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 39 48 154 0.75 0.69 0 0.40 235.3 0.6 0.38
Hex 27 30 9A 4B 45 0 28 EB 3C 26
Octal 47 60 232 113 105 0 50 353 74 46
Binary 100111 110000 10011010 1001011 1000101 0 101000 11101011 111100 100110

Color Harmonies of #27309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27309A

Black with #27309A

Text Example


Text Example

White with #27309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27309A; }

 p { color: rgb(39,48,154); }

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

background-color css

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

 a { background-color: rgb(39,48,154); }

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

border-color css

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

 span { border-color: rgb(39,48,154); }

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