#2A4250

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

Shades of Nile Blue #2A4250

Tints of Nile Blue #2A4250

Color information

#2A4250 (or 0x2A4250) is unknown color: approx Nile Blue. HEX triplet: 2A, 42 and 50. RGB value is (42,66,80). Sum of RGB (Red+Green+Blue) = 42+66+80=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4250 is #D5BDAF. Grayscale: #3C3C3C. Windows color (decimal): -14007728 or 5259818. OLE color: 5259818.

HSL color Cylindrical-coordinate representation of color #2A4250: hue angle of 202.11º 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 #2A4250 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB426680-
CMYK0.480.1700.69
HSL202.11º31.15%23.92%-
HSV(B)202.11º47.5%31.37%-
XYZ4.354.978.32-
YUV60.42139.05114.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.34%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=22.34%
G=35.11%
B=42.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4266800.480.1700.69202.1131.1523.92
Hex2A42503011045ca1f18
Octal52102120602101053123730
Binary101010100001010100001100001000101000101110010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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