#27404C

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

Shades of Nile Blue #27404C

Tints of Nile Blue #27404C

Color information

#27404C (or 0x27404C) is unknown color: approx Nile Blue. HEX triplet: 27, 40 and 4C. RGB value is (39,64,76). Sum of RGB (Red+Green+Blue) = 39+64+76=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #27404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27404C is #D8BFB3. Grayscale: #393939. Windows color (decimal): -14204852 or 4997159. OLE color: 4997159.

HSL color Cylindrical-coordinate representation of color #27404C: hue angle of 199.46º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27404C is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB396476-
CMYK0.490.1600.70
HSL199.46º32.17%22.55%-
HSV(B)199.46º48.68%29.8%-
XYZ3.974.627.52-
YUV57.89138.22114.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=21.79%
G=35.75%
B=42.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3964760.490.1600.70199.4632.1722.55
Hex27404C3110046c72017
Octal47100114612001063074027
Binary1001111000000100110011000110000010001101100011110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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