#27404E

Color #27404E Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #27404E

Tints of Nile Blue #27404E

Color information

#27404E (or 0x27404E) is unknown color: approx Nile Blue. HEX triplet: 27, 40 and 4E. RGB value is (39,64,78). Sum of RGB (Red+Green+Blue) = 39+64+78=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #27404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27404E is #D8BFB1. Grayscale: #3A3A3A. Windows color (decimal): -14204850 or 5128231. OLE color: 5128231.

HSL color Cylindrical-coordinate representation of color #27404E: hue angle of 201.54º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #27404E is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB396478-
CMYK0.500.1800.69
HSL201.54º33.33%22.94%-
HSV(B)201.54º50%30.59%-
XYZ4.054.657.89-
YUV58.12139.22114.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.55%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=21.55%
G=35.36%
B=43.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3964780.500.1800.69201.5433.3322.94
Hex27404E3212045ca2117
Octal47100116622201053124127
Binary1001111000000100111011001010010010001011100101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27404E; }

 p { color: rgb(39,64,78); }

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

<style>
 a { background-color: #27404E; }

 a { background-color: rgb(39,64,78); }

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

<style>
 span { border-color: #27404E; }

 span { border-color: rgb(39,64,78); }

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