#2F4350

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

Shades of Nile Blue #2F4350

Tints of Nile Blue #2F4350

Color information

#2F4350 (or 0x2F4350) is unknown color: approx Nile Blue. HEX triplet: 2F, 43 and 50. RGB value is (47,67,80). Sum of RGB (Red+Green+Blue) = 47+67+80=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4350 is #D0BCAF. Grayscale: #3E3E3E. Windows color (decimal): -13679792 or 5260079. OLE color: 5260079.

HSL color Cylindrical-coordinate representation of color #2F4350: hue angle of 203.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F4350 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB476780-
CMYK0.410.1600.69
HSL203.64º25.98%24.9%-
HSV(B)203.64º41.25%31.37%-
XYZ4.635.28.35-
YUV62.5137.87116.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=24.23%
G=34.54%
B=41.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4767800.410.1600.69203.6425.9824.9
Hex2F43502910045cc1a19
Octal57103120512001053143231
Binary101111100001110100001010011000001000101110011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,67,80); }

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

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

 a { background-color: rgb(47,67,80); }

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

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

 span { border-color: rgb(47,67,80); }

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