Shades of Arapawa #2A4C5C
Tints of Arapawa #2A4C5C
RGB
CMYK
RGB Variations
Color information
#2A4C5C (or 0x2A4C5C) is known color: Arapawa. HEX triplet: 2A, 4C and 5C. RGB value is (42,76,92). Sum of RGB (Red+Green+Blue) = 42+76+92=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A4C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4C5C is #D5B3A3. Grayscale: #434343. Windows color (decimal): -14005156 or 6048810. OLE color: 6048810.
HSL color Cylindrical-coordinate representation of color #2A4C5C: hue angle of 199.2º 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 #2A4C5C is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 76 | 92 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.64 |
| HSL | 199.2º | 0.37% | 0.26% | - |
| HSV(B) | 199.2º | 0.54% | 0.36% | - |
| XYZ | 5.47 | 6.43 | 11.08 | - |
| YUV | 67.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 76 | 92 | 0.54 | 0.17 | 0 | 0.64 | 199.2 | 0.37 | 0.26 |
| Hex | 2A | 4C | 5C | 36 | 11 | 0 | 40 | C7 | 25 | 1A |
| Octal | 52 | 114 | 134 | 66 | 21 | 0 | 100 | 307 | 45 | 32 |
| Binary | 101010 | 1001100 | 1011100 | 110110 | 10001 | 0 | 1000000 | 11000111 | 100101 | 11010 |
Color Harmonies of #2A4C5C
Complementary color
Monochromatic Colors of #2A4C5C
Black with #2A4C5C
Text Example
Text Example
White with #2A4C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4C5C; }
p { color: rgb(42,76,92); }
H1.HeaderClassName
{
color: #2A4C5C;
}
.AnyTagClassName
{
color: #2A4C5C;
}
</style>
background-color css
<style>
a { background-color: #2A4C5C; }
a { background-color: rgb(42,76,92); }
div.DivClassName
{
background-color: #2A4C5C;
}
.BgClassName
{
background-color: #2A4C5C;
}
</style>
border-color css
<style>
span { border-color: #2A4C5C; }
span { border-color: rgb(42,76,92); }
td.TdClassName
{
border-color: #2A4C5C;
}
.TagClassName
{
border-color: #2A4C5C;
}
</style>