#2A4151

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

Shades of Nile Blue #2A4151

Tints of Nile Blue #2A4151

Color information

#2A4151 (or 0x2A4151) is unknown color: approx Nile Blue. HEX triplet: 2A, 41 and 51. RGB value is (42,65,81). Sum of RGB (Red+Green+Blue) = 42+65+81=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #2A4151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4151 is #D5BEAE. Grayscale: #3B3B3B. Windows color (decimal): -14007983 or 5325098. OLE color: 5325098.

HSL color Cylindrical-coordinate representation of color #2A4151: hue angle of 204.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A4151 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB426581-
CMYK0.480.2000.68
HSL204.62º31.71%24.12%-
HSV(B)204.62º48.15%31.76%-
XYZ4.334.878.5-
YUV59.95139.88115.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.34%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 81 (32.03% from 255) = 43.09%
R=22.34%
G=34.57%
B=43.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4265810.480.2000.68204.6231.7124.12
Hex2A41513014044cd2018
Octal52101121602401043154030
Binary1010101000001101000111000010100010001001100110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,65,81); }

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

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

 a { background-color: rgb(42,65,81); }

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

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

 span { border-color: rgb(42,65,81); }

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