#2C404D

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

Shades of Nile Blue #2C404D

Tints of Nile Blue #2C404D

Color information

#2C404D (or 0x2C404D) is unknown color: approx Nile Blue. HEX triplet: 2C, 40 and 4D. RGB value is (44,64,77). Sum of RGB (Red+Green+Blue) = 44+64+77=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C404D is #D3BFB2. Grayscale: #3B3B3B. Windows color (decimal): -13877171 or 5062700. OLE color: 5062700.

HSL color Cylindrical-coordinate representation of color #2C404D: hue angle of 203.64º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C404D is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB446477-
CMYK0.430.1700.70
HSL203.64º27.27%23.73%-
HSV(B)203.64º42.86%30.2%-
XYZ4.214.747.71-
YUV59.5137.87116.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.78%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 77 (30.47% from 255) = 41.62%
R=23.78%
G=34.59%
B=41.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4464770.430.1700.70203.6427.2723.73
Hex2C404D2B11046cc1b18
Octal54100115532101063143330
Binary101100100000010011011010111000101000110110011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,64,77); }

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

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

 a { background-color: rgb(44,64,77); }

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

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

 span { border-color: rgb(44,64,77); }

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