#2A4657

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

Shades of Arapawa #2A4657

Tints of Arapawa #2A4657

Color information

#2A4657 (or 0x2A4657) is unknown color: approx Arapawa. HEX triplet: 2A, 46 and 57. RGB value is (42,70,87). Sum of RGB (Red+Green+Blue) = 42+70+87=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #2A4657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4657 is #D5B9A8. Grayscale: #3F3F3F. Windows color (decimal): -14006697 or 5719594. OLE color: 5719594.

HSL color Cylindrical-coordinate representation of color #2A4657: hue angle of 202.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A4657 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB427087-
CMYK0.520.2000.66
HSL202.67º34.88%25.29%-
HSV(B)202.67º51.72%34.12%-
XYZ4.875.569.83-
YUV63.57141.22112.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.11%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 87 (34.38% from 255) = 43.72%
R=21.11%
G=35.18%
B=43.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4270870.520.2000.66202.6734.8825.29
Hex2A46573414042cb2319
Octal52106127642401023134331
Binary1010101000110101011111010010100010000101100101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,70,87); }

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

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

 a { background-color: rgb(42,70,87); }

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

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

 span { border-color: rgb(42,70,87); }

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