Shades of Arapawa #275164
Tints of Arapawa #275164
RGB
CMYK
RGB Variations
Color information
#275164 (or 0x275164) is known color: Arapawa. HEX triplet: 27, 51 and 64. RGB value is (39,81,100). Sum of RGB (Red+Green+Blue) = 39+81+100=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #275164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275164 is #D8AE9B. Grayscale: #464646. Windows color (decimal): -14200476 or 6574375. OLE color: 6574375.
HSL color Cylindrical-coordinate representation of color #275164: hue angle of 198.69º degrees, saturation: 0.44, 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 #275164 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 81 | 100 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.61 |
| HSL | 198.69º | 0.44% | 0.27% | - |
| HSV(B) | 198.69º | 0.61% | 0.39% | - |
| XYZ | 6.08 | 7.24 | 13.13 | - |
| YUV | 70.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 100 | 0.61 | 0.19 | 0 | 0.61 | 198.69 | 0.44 | 0.27 |
| Hex | 27 | 51 | 64 | 3D | 13 | 0 | 3D | C7 | 2C | 1B |
| Octal | 47 | 121 | 144 | 75 | 23 | 0 | 75 | 307 | 54 | 33 |
| Binary | 100111 | 1010001 | 1100100 | 111101 | 10011 | 0 | 111101 | 11000111 | 101100 | 11011 |
Color Harmonies of #275164
Complementary color
Monochromatic Colors of #275164
Black with #275164
Text Example
Text Example
White with #275164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275164; }
p { color: rgb(39,81,100); }
H1.HeaderClassName
{
color: #275164;
}
.AnyTagClassName
{
color: #275164;
}
</style>
background-color css
<style>
a { background-color: #275164; }
a { background-color: rgb(39,81,100); }
div.DivClassName
{
background-color: #275164;
}
.BgClassName
{
background-color: #275164;
}
</style>
border-color css
<style>
span { border-color: #275164; }
span { border-color: rgb(39,81,100); }
td.TdClassName
{
border-color: #275164;
}
.TagClassName
{
border-color: #275164;
}
</style>