#2A475E

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

Shades of Arapawa #2A475E

Tints of Arapawa #2A475E

Color information

#2A475E (or 0x2A475E) is unknown color: approx Arapawa. HEX triplet: 2A, 47 and 5E. RGB value is (42,71,94). Sum of RGB (Red+Green+Blue) = 42+71+94=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A475E is #D5B8A1. Grayscale: #404040. Windows color (decimal): -14006434 or 6178602. OLE color: 6178602.

HSL color Cylindrical-coordinate representation of color #2A475E: hue angle of 206.54º 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 #2A475E is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB427194-
CMYK0.550.2400.63
HSL206.54º38.24%26.67%-
HSV(B)206.54º55.32%36.86%-
XYZ5.235.8111.43-
YUV64.95144.39111.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.29%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=20.29%
G=34.30%
B=45.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4271940.550.2400.63206.5438.2426.67
Hex2A475E371803Fcf261b
Octal5210713667300773174633
Binary101010100011110111101101111100001111111100111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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