#2F4251

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

Shades of Nile Blue #2F4251

Tints of Nile Blue #2F4251

Color information

#2F4251 (or 0x2F4251) is unknown color: approx Nile Blue. HEX triplet: 2F, 42 and 51. RGB value is (47,66,81). Sum of RGB (Red+Green+Blue) = 47+66+81=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F4251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4251 is #D0BDAE. Grayscale: #3D3D3D. Windows color (decimal): -13680047 or 5325359. OLE color: 5325359.

HSL color Cylindrical-coordinate representation of color #2F4251: hue angle of 206.47º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F4251 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB476681-
CMYK0.420.1900.68
HSL206.47º26.56%25.1%-
HSV(B)206.47º41.98%31.76%-
XYZ4.615.098.53-
YUV62.03138.71117.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=24.23%
G=34.02%
B=41.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4766810.420.1900.68206.4726.5625.1
Hex2F42512A13044ce1b19
Octal57102121522301043163331
Binary101111100001010100011010101001101000100110011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F4251; }

 p { color: rgb(47,66,81); }

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

<style>
 a { background-color: #2F4251; }

 a { background-color: rgb(47,66,81); }

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

<style>
 span { border-color: #2F4251; }

 span { border-color: rgb(47,66,81); }

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