#2A4660

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

Shades of Arapawa #2A4660

Tints of Arapawa #2A4660

Color information

#2A4660 (or 0x2A4660) is unknown color: approx Arapawa. HEX triplet: 2A, 46 and 60. RGB value is (42,70,96). Sum of RGB (Red+Green+Blue) = 42+70+96=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A4660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4660 is #D5B99F. Grayscale: #404040. Windows color (decimal): -14006688 or 6309418. OLE color: 6309418.

HSL color Cylindrical-coordinate representation of color #2A4660: hue angle of 208.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A4660 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB427096-
CMYK0.560.2700.62
HSL208.89º39.13%27.06%-
HSV(B)208.89º56.25%37.65%-
XYZ5.265.7211.89-
YUV64.59145.72111.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.19%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=20.19%
G=33.65%
B=46.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4270960.560.2700.62208.8939.1327.06
Hex2A4660381B03Ed1271b
Octal5210614070330763214733
Binary101010100011011000001110001101101111101101000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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