#2D4150

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

Shades of Nile Blue #2D4150

Tints of Nile Blue #2D4150

Color information

#2D4150 (or 0x2D4150) is unknown color: approx Nile Blue. HEX triplet: 2D, 41 and 50. RGB value is (45,65,80). Sum of RGB (Red+Green+Blue) = 45+65+80=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #2D4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4150 is #D2BEAF. Grayscale: #3C3C3C. Windows color (decimal): -13811376 or 5259565. OLE color: 5259565.

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

Color convert

RGB456580-
CMYK0.440.1900.69
HSL205.71º28%24.51%-
HSV(B)205.71º43.75%31.37%-
XYZ4.424.928.31-
YUV60.73138.87116.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.68%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=23.68%
G=34.21%
B=42.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4565800.440.1900.69205.712824.51
Hex2D41502C13045ce1c19
Octal55101120542301053163431
Binary101101100000110100001011001001101000101110011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,65,80); }

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

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

 a { background-color: rgb(45,65,80); }

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

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

 span { border-color: rgb(45,65,80); }

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