Shades of Arapawa #275163
Tints of Arapawa #275163
RGB
CMYK
RGB Variations
Color information
#275163 (or 0x275163) is known color: Arapawa. HEX triplet: 27, 51 and 63. RGB value is (39,81,99). Sum of RGB (Red+Green+Blue) = 39+81+99=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #275163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275163 is #D8AE9C. Grayscale: #464646. Windows color (decimal): -14200477 or 6508839. OLE color: 6508839.
HSL color Cylindrical-coordinate representation of color #275163: hue angle of 198º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275163 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 81 | 99 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.61 |
| HSL | 198º | 0.43% | 0.27% | - |
| HSV(B) | 198º | 0.61% | 0.39% | - |
| XYZ | 6.03 | 7.22 | 12.88 | - |
| YUV | 70.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 99 | 0.61 | 0.18 | 0 | 0.61 | 198 | 0.43 | 0.27 |
| Hex | 27 | 51 | 63 | 3D | 12 | 0 | 3D | C6 | 2B | 1B |
| Octal | 47 | 121 | 143 | 75 | 22 | 0 | 75 | 306 | 53 | 33 |
| Binary | 100111 | 1010001 | 1100011 | 111101 | 10010 | 0 | 111101 | 11000110 | 101011 | 11011 |
Color Harmonies of #275163
Complementary color
Monochromatic Colors of #275163
Black with #275163
Text Example
Text Example
White with #275163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275163; }
p { color: rgb(39,81,99); }
H1.HeaderClassName
{
color: #275163;
}
.AnyTagClassName
{
color: #275163;
}
</style>
background-color css
<style>
a { background-color: #275163; }
a { background-color: rgb(39,81,99); }
div.DivClassName
{
background-color: #275163;
}
.BgClassName
{
background-color: #275163;
}
</style>
border-color css
<style>
span { border-color: #275163; }
span { border-color: rgb(39,81,99); }
td.TdClassName
{
border-color: #275163;
}
.TagClassName
{
border-color: #275163;
}
</style>