#27339A

Color #27339A Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #27339A

Tints of Egyptian Blue #27339A

Color information

#27339A (or 0x27339A) is unknown color: approx Egyptian Blue. HEX triplet: 27, 33 and 9A. RGB value is (39,51,154). Sum of RGB (Red+Green+Blue) = 39+51+154=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 154 (60.55% from 255 or 63.11% from 244); Max value from RGB is 154 - color contains mainly: blue. Hex color #27339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27339A is #D8CC65. Grayscale: #3A3A3A. Windows color (decimal): -14208102 or 10105639. OLE color: 10105639.

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

Color convert

RGB3951154-
CMYK0.750.6700.40
HSL233.74º59.59%37.84%-
HSV(B)233.74º74.68%60.39%-
XYZ7.855.1331.15-
YUV59.15181.52113.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 154 (60.55% from 255) = 63.11%
R=15.98%
G=20.90%
B=63.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39511540.750.6700.40233.7459.5937.84
Hex27339A4B43028ea3c26
Octal47632321131030503527446
Binary1001111100111001101010010111000011010100011101010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #27339A;
 }
 .AnyTagClassName
 {
   color: #27339A;
 }
</style>
background-color css

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

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

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

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

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

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