#2A496B

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

Shades of Arapawa #2A496B

Tints of Arapawa #2A496B

Color information

#2A496B (or 0x2A496B) is unknown color: approx Arapawa. HEX triplet: 2A, 49 and 6B. RGB value is (42,73,107). Sum of RGB (Red+Green+Blue) = 42+73+107=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A496B is #D5B694. Grayscale: #434343. Windows color (decimal): -14005909 or 7031082. OLE color: 7031082.

HSL color Cylindrical-coordinate representation of color #2A496B: hue angle of 211.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A496B is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4273107-
CMYK0.610.3200.58
HSL211.38º43.62%29.22%-
HSV(B)211.38º60.75%41.96%-
XYZ5.996.3214.81-
YUV67.61150.23109.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=18.92%
G=32.88%
B=48.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42731070.610.3200.58211.3843.6229.22
Hex2A496B3D2003Ad32c1d
Octal5211115375400723235435
Binary1010101001001110101111110110000001110101101001110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,73,107); }

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

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

 a { background-color: rgb(42,73,107); }

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

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

 span { border-color: rgb(42,73,107); }

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