#2A4354

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

Shades of Nile Blue #2A4354

Tints of Nile Blue #2A4354

Color information

#2A4354 (or 0x2A4354) is unknown color: approx Nile Blue. HEX triplet: 2A, 43 and 54. RGB value is (42,67,84). Sum of RGB (Red+Green+Blue) = 42+67+84=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A4354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4354 is #D5BCAB. Grayscale: #3D3D3D. Windows color (decimal): -14007468 or 5522218. OLE color: 5522218.

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

Color convert

RGB426784-
CMYK0.50.2000.67
HSL204.29º33.33%24.71%-
HSV(B)204.29º50%32.94%-
XYZ4.565.159.14-
YUV61.46140.72114.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=21.76%
G=34.72%
B=43.52%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4267840.50.2000.67204.2933.3324.71
Hex2A43543214043cc2119
Octal52103124622401033144131
Binary1010101000011101010011001010100010000111100110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,67,84); }

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

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

 a { background-color: rgb(42,67,84); }

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

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

 span { border-color: rgb(42,67,84); }

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