#2A3F50

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

Shades of Nile Blue #2A3F50

Tints of Nile Blue #2A3F50

Color information

#2A3F50 (or 0x2A3F50) is unknown color: approx Nile Blue. HEX triplet: 2A, 3F and 50. RGB value is (42,63,80). Sum of RGB (Red+Green+Blue) = 42+63+80=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3F50 is #D5C0AF. Grayscale: #3A3A3A. Windows color (decimal): -14008496 or 5259050. OLE color: 5259050.

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

Color convert

RGB426380-
CMYK0.480.2100.69
HSL206.84º31.15%23.92%-
HSV(B)206.84º47.5%31.37%-
XYZ4.184.638.26-
YUV58.66140.04116.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.70%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=22.70%
G=34.05%
B=43.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4263800.480.2100.69206.8431.1523.92
Hex2A3F503015045cf1f18
Octal5277120602501053173730
Binary10101011111110100001100001010101000101110011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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