Html Css Color HEX #27379F Egyptian Blue

📋 copy color: '#27379F'

red 39 ◦ green 55 ◦ blue 159

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

Shades of Egyptian Blue #27379F

Tints of Egyptian Blue #27379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

 BLUE value IS 159 (62.5% from 255) = 62.85%

R = 15.42%
G = 21.74%
B = 62.85%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27379F (or 0x27379F) is known color: Egyptian Blue. HEX triplet: 27, 37 and 9F. RGB value is (39,55,159). Sum of RGB (Red+Green+Blue) = 39+55+159=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #27379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27379F is #D8C860. Grayscale: #3D3D3D. Windows color (decimal): -14207073 or 10434343. OLE color: 10434343.

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

Color convert

RGB 39 55 159 -
CMYK 0.75 0.65 0 0.38
HSL 232º 0.61% 0.39% -
HSV(B) 232º 0.75% 0.62% -
XYZ 8.46 5.67 33.45 -
YUV 62.07 182.7 111.54 -
System Red Green Blue C M Y K H S L
Decimal 39 55 159 0.75 0.65 0 0.38 232 0.61 0.39
Hex 27 37 9F 4B 41 0 26 E8 3D 27
Octal 47 67 237 113 101 0 46 350 75 47
Binary 100111 110111 10011111 1001011 1000001 0 100110 11101000 111101 100111

Color Harmonies of #27379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27379F

Black with #27379F

Text Example


Text Example

White with #27379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27379F; }

 p { color: rgb(39,55,159); }

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

background-color css

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

 a { background-color: rgb(39,55,159); }

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

border-color css

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

 span { border-color: rgb(39,55,159); }

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