#2A4557

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

Shades of Arapawa #2A4557

Tints of Arapawa #2A4557

Color information

#2A4557 (or 0x2A4557) is unknown color: approx Arapawa. HEX triplet: 2A, 45 and 57. RGB value is (42,69,87). Sum of RGB (Red+Green+Blue) = 42+69+87=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #2A4557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4557 is #D5BAA8. Grayscale: #3E3E3E. Windows color (decimal): -14006953 or 5719338. OLE color: 5719338.

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

Color convert

RGB426987-
CMYK0.520.2100.66
HSL204º34.88%25.29%-
HSV(B)204º51.72%34.12%-
XYZ4.85.449.81-
YUV62.98141.55113.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.21%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=21.21%
G=34.85%
B=43.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4269870.520.2100.6620434.8825.29
Hex2A45573415042cc2319
Octal52105127642501023144331
Binary1010101000101101011111010010101010000101100110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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