#27404D

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

Shades of Nile Blue #27404D

Tints of Nile Blue #27404D

Color information

#27404D (or 0x27404D) is unknown color: approx Nile Blue. HEX triplet: 27, 40 and 4D. RGB value is (39,64,77). Sum of RGB (Red+Green+Blue) = 39+64+77=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #27404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27404D is #D8BFB2. Grayscale: #393939. Windows color (decimal): -14204851 or 5062695. OLE color: 5062695.

HSL color Cylindrical-coordinate representation of color #27404D: hue angle of 200.53º degrees, saturation: 0.33, 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 #27404D is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB396477-
CMYK0.490.1700.70
HSL200.53º32.76%22.75%-
HSV(B)200.53º49.35%30.2%-
XYZ4.014.637.7-
YUV58.01138.72114.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 77 (30.47% from 255) = 42.78%
R=21.67%
G=35.56%
B=42.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3964770.490.1700.70200.5332.7622.75
Hex27404D3111046c92117
Octal47100115612101063114127
Binary1001111000000100110111000110001010001101100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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