#2F4451

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

Shades of Nile Blue #2F4451

Tints of Nile Blue #2F4451

Color information

#2F4451 (or 0x2F4451) is unknown color: approx Nile Blue. HEX triplet: 2F, 44 and 51. RGB value is (47,68,81). Sum of RGB (Red+Green+Blue) = 47+68+81=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F4451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4451 is #D0BBAE. Grayscale: #3F3F3F. Windows color (decimal): -13679535 or 5325871. OLE color: 5325871.

HSL color Cylindrical-coordinate representation of color #2F4451: hue angle of 202.94º 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 #2F4451 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB476881-
CMYK0.420.1600.68
HSL202.94º26.56%25.1%-
HSV(B)202.94º41.98%31.76%-
XYZ4.725.338.56-
YUV63.2138.04116.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.98%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=23.98%
G=34.69%
B=41.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4768810.420.1600.68202.9426.5625.1
Hex2F44512A10044cb1b19
Octal57104121522001043133331
Binary101111100010010100011010101000001000100110010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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