#2A3F4D

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

Shades of Nile Blue #2A3F4D

Tints of Nile Blue #2A3F4D

Color information

#2A3F4D (or 0x2A3F4D) is unknown color: approx Nile Blue. HEX triplet: 2A, 3F and 4D. RGB value is (42,63,77). Sum of RGB (Red+Green+Blue) = 42+63+77=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A3F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3F4D is #D5C0B2. Grayscale: #3A3A3A. Windows color (decimal): -14008499 or 5062442. OLE color: 5062442.

HSL color Cylindrical-coordinate representation of color #2A3F4D: hue angle of 204º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A3F4D is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB426377-
CMYK0.450.1800.70
HSL204º29.41%23.33%-
HSV(B)204º45.45%30.2%-
XYZ4.074.587.69-
YUV58.32138.54116.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.08%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=23.08%
G=34.62%
B=42.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4263770.450.1800.7020429.4123.33
Hex2A3F4D2D12046cc1d17
Octal5277115552201063143527
Binary10101011111110011011011011001001000110110011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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