#2A4455

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

Shades of Nile Blue #2A4455

Tints of Nile Blue #2A4455

Color information

#2A4455 (or 0x2A4455) is unknown color: approx Nile Blue. HEX triplet: 2A, 44 and 55. RGB value is (42,68,85). Sum of RGB (Red+Green+Blue) = 42+68+85=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A4455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4455 is #D5BBAA. Grayscale: #3E3E3E. Windows color (decimal): -14007211 or 5588010. OLE color: 5588010.

HSL color Cylindrical-coordinate representation of color #2A4455: hue angle of 203.72º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4455 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB426885-
CMYK0.510.2000.67
HSL203.72º33.86%24.9%-
HSV(B)203.72º50.59%33.33%-
XYZ4.665.289.37-
YUV62.16140.89113.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.54%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=21.54%
G=34.87%
B=43.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4268850.510.2000.67203.7233.8624.9
Hex2A44553314043cc2219
Octal52104125632401033144231
Binary1010101000100101010111001110100010000111100110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,68,85); }

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

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

 a { background-color: rgb(42,68,85); }

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

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

 span { border-color: rgb(42,68,85); }

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