#2A495E

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

Shades of Arapawa #2A495E

Tints of Arapawa #2A495E

Color information

#2A495E (or 0x2A495E) is unknown color: approx Arapawa. HEX triplet: 2A, 49 and 5E. RGB value is (42,73,94). Sum of RGB (Red+Green+Blue) = 42+73+94=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A495E is #D5B6A1. Grayscale: #424242. Windows color (decimal): -14005922 or 6179114. OLE color: 6179114.

HSL color Cylindrical-coordinate representation of color #2A495E: hue angle of 204.23º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A495E is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB427394-
CMYK0.550.2200.63
HSL204.23º38.24%26.67%-
HSV(B)204.23º55.32%36.86%-
XYZ5.366.0711.48-
YUV66.12143.73110.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.10%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=20.10%
G=34.93%
B=44.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4273940.550.2200.63204.2338.2426.67
Hex2A495E371603Fcc261b
Octal5211113667260773144633
Binary101010100100110111101101111011001111111100110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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