#2A424F

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

Shades of Nile Blue #2A424F

Tints of Nile Blue #2A424F

Color information

#2A424F (or 0x2A424F) is unknown color: approx Nile Blue. HEX triplet: 2A, 42 and 4F. RGB value is (42,66,79). Sum of RGB (Red+Green+Blue) = 42+66+79=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #2A424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A424F is #D5BDB0. Grayscale: #3C3C3C. Windows color (decimal): -14007729 or 5194282. OLE color: 5194282.

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

Color convert

RGB426679-
CMYK0.470.1600.69
HSL201.08º30.58%23.73%-
HSV(B)201.08º46.84%30.98%-
XYZ4.314.958.13-
YUV60.31138.55114.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.46%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=22.46%
G=35.29%
B=42.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4266790.470.1600.69201.0830.5823.73
Hex2A424F2F10045c91f18
Octal52102117572001053113730
Binary101010100001010011111011111000001000101110010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,66,79); }

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

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

 a { background-color: rgb(42,66,79); }

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

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

 span { border-color: rgb(42,66,79); }

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