#27414F

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

Shades of Nile Blue #27414F

Tints of Nile Blue #27414F

Color information

#27414F (or 0x27414F) is unknown color: approx Nile Blue. HEX triplet: 27, 41 and 4F. RGB value is (39,65,79). Sum of RGB (Red+Green+Blue) = 39+65+79=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #27414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27414F is #D8BEB0. Grayscale: #3A3A3A. Windows color (decimal): -14204593 or 5194023. OLE color: 5194023.

HSL color Cylindrical-coordinate representation of color #27414F: hue angle of 201º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27414F is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB396579-
CMYK0.510.1800.69
HSL201º33.9%23.14%-
HSV(B)201º50.63%30.98%-
XYZ4.144.788.1-
YUV58.82139.39113.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=21.31%
G=35.52%
B=43.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3965790.510.1800.6920133.923.14
Hex27414F3312045c92217
Octal47101117632201053114227
Binary1001111000001100111111001110010010001011100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27414F; }

 p { color: rgb(39,65,79); }

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

<style>
 a { background-color: #27414F; }

 a { background-color: rgb(39,65,79); }

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

<style>
 span { border-color: #27414F; }

 span { border-color: rgb(39,65,79); }

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