#2D4350

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

Shades of Nile Blue #2D4350

Tints of Nile Blue #2D4350

Color information

#2D4350 (or 0x2D4350) is unknown color: approx Nile Blue. HEX triplet: 2D, 43 and 50. RGB value is (45,67,80). Sum of RGB (Red+Green+Blue) = 45+67+80=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #2D4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4350 is #D2BCAF. Grayscale: #3D3D3D. Windows color (decimal): -13810864 or 5260077. OLE color: 5260077.

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

Color convert

RGB456780-
CMYK0.440.1600.69
HSL202.29º28%24.51%-
HSV(B)202.29º43.75%31.37%-
XYZ4.545.158.34-
YUV61.9138.21115.94-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.44%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=23.44%
G=34.90%
B=41.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4567800.440.1600.69202.292824.51
Hex2D43502C10045ca1c19
Octal55103120542001053123431
Binary101101100001110100001011001000001000101110010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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