Html Css Color HEX #27329B Egyptian Blue

📋 copy color: '#27329B'

red 39 ◦ green 50 ◦ blue 155

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

Shades of Egyptian Blue #27329B

Tints of Egyptian Blue #27329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.52%

R = 15.98%
G = 20.49%
B = 63.52%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27329B (or 0x27329B) is known color: Egyptian Blue. HEX triplet: 27, 32 and 9B. RGB value is (39,50,155). Sum of RGB (Red+Green+Blue) = 39+50+155=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #27329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27329B is #D8CD64. Grayscale: #3A3A3A. Windows color (decimal): -14208357 or 10170919. OLE color: 10170919.

HSL color Cylindrical-coordinate representation of color #27329B: hue angle of 234.31º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27329B is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 50 155 -
CMYK 0.75 0.68 0 0.39
HSL 234.31º 0.6% 0.38% -
HSV(B) 234.31º 0.75% 0.61% -
XYZ 7.89 5.08 31.57 -
YUV 58.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 39 50 155 0.75 0.68 0 0.39 234.31 0.6 0.38
Hex 27 32 9B 4B 44 0 27 EA 3C 26
Octal 47 62 233 113 104 0 47 352 74 46
Binary 100111 110010 10011011 1001011 1000100 0 100111 11101010 111100 100110

Color Harmonies of #27329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27329B

Black with #27329B

Text Example


Text Example

White with #27329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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