#2C414F

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

Shades of Nile Blue #2C414F

Tints of Nile Blue #2C414F

Color information

#2C414F (or 0x2C414F) is unknown color: approx Nile Blue. HEX triplet: 2C, 41 and 4F. RGB value is (44,65,79). Sum of RGB (Red+Green+Blue) = 44+65+79=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #2C414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C414F is #D3BEB0. Grayscale: #3C3C3C. Windows color (decimal): -13876913 or 5194028. OLE color: 5194028.

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

Color convert

RGB446579-
CMYK0.440.1800.69
HSL204º28.46%24.12%-
HSV(B)204º44.3%30.98%-
XYZ4.344.888.11-
YUV60.32138.54116.36-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.40%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=23.40%
G=34.57%
B=42.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4465790.440.1800.6920428.4624.12
Hex2C414F2C12045cc1c18
Octal54101117542201053143430
Binary101100100000110011111011001001001000101110011001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,65,79); }

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

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

 a { background-color: rgb(44,65,79); }

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

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

 span { border-color: rgb(44,65,79); }

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