Shades of Arapawa #2A455B
Tints of Arapawa #2A455B
RGB
CMYK
RGB Variations
Color information
#2A455B (or 0x2A455B) is known color: Arapawa. HEX triplet: 2A, 45 and 5B. RGB value is (42,69,91). Sum of RGB (Red+Green+Blue) = 42+69+91=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A455B is #D5BAA4. Grayscale: #3F3F3F. Windows color (decimal): -14006949 or 5981482. OLE color: 5981482.
HSL color Cylindrical-coordinate representation of color #2A455B: hue angle of 206.94º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A455B is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 69 | 91 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.64 |
| HSL | 206.94º | 0.37% | 0.26% | - |
| HSV(B) | 206.94º | 0.54% | 0.36% | - |
| XYZ | 4.97 | 5.5 | 10.7 | - |
| YUV | 63.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 91 | 0.54 | 0.24 | 0 | 0.64 | 206.94 | 0.37 | 0.26 |
| Hex | 2A | 45 | 5B | 36 | 18 | 0 | 40 | CF | 25 | 1A |
| Octal | 52 | 105 | 133 | 66 | 30 | 0 | 100 | 317 | 45 | 32 |
| Binary | 101010 | 1000101 | 1011011 | 110110 | 11000 | 0 | 1000000 | 11001111 | 100101 | 11010 |
Color Harmonies of #2A455B
Complementary color
Monochromatic Colors of #2A455B
Black with #2A455B
Text Example
Text Example
White with #2A455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A455B; }
p { color: rgb(42,69,91); }
H1.HeaderClassName
{
color: #2A455B;
}
.AnyTagClassName
{
color: #2A455B;
}
</style>
background-color css
<style>
a { background-color: #2A455B; }
a { background-color: rgb(42,69,91); }
div.DivClassName
{
background-color: #2A455B;
}
.BgClassName
{
background-color: #2A455B;
}
</style>
border-color css
<style>
span { border-color: #2A455B; }
span { border-color: rgb(42,69,91); }
td.TdClassName
{
border-color: #2A455B;
}
.TagClassName
{
border-color: #2A455B;
}
</style>