Html Css Color HEX #27359D Egyptian Blue

📋 copy color: '#27359D'

red 39 ◦ green 53 ◦ blue 157

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

Shades of Egyptian Blue #27359D

Tints of Egyptian Blue #27359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

 BLUE value IS 157 (61.72% from 255) = 63.05%

R = 15.66%
G = 21.29%
B = 63.05%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27359D (or 0x27359D) is known color: Egyptian Blue. HEX triplet: 27, 35 and 9D. RGB value is (39,53,157). Sum of RGB (Red+Green+Blue) = 39+53+157=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #27359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27359D is #D8CA62. Grayscale: #3C3C3C. Windows color (decimal): -14207587 or 10302759. OLE color: 10302759.

HSL color Cylindrical-coordinate representation of color #27359D: hue angle of 232.88º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27359D is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 53 157 -
CMYK 0.75 0.66 0 0.38
HSL 232.88º 0.6% 0.38% -
HSV(B) 232.88º 0.75% 0.62% -
XYZ 8.2 5.41 32.51 -
YUV 60.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 39 53 157 0.75 0.66 0 0.38 232.88 0.6 0.38
Hex 27 35 9D 4B 42 0 26 E9 3C 26
Octal 47 65 235 113 102 0 46 351 74 46
Binary 100111 110101 10011101 1001011 1000010 0 100110 11101001 111100 100110

Color Harmonies of #27359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27359D

Black with #27359D

Text Example


Text Example

White with #27359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27359D; }

 p { color: rgb(39,53,157); }

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

background-color css

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

 a { background-color: rgb(39,53,157); }

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

border-color css

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

 span { border-color: rgb(39,53,157); }

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