Shades of Arapawa #245166
Tints of Arapawa #245166
RGB
CMYK
RGB Variations
Color information
#245166 (or 0x245166) is known color: Arapawa. HEX triplet: 24, 51 and 66. RGB value is (36,81,102). Sum of RGB (Red+Green+Blue) = 36+81+102=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #245166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245166 is #DBAE99. Grayscale: #454545. Windows color (decimal): -14397082 or 6705444. OLE color: 6705444.
HSL color Cylindrical-coordinate representation of color #245166: hue angle of 199.09º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245166 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 81 | 102 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.6 |
| HSL | 199.09º | 0.48% | 0.27% | - |
| HSV(B) | 199.09º | 0.65% | 0.4% | - |
| XYZ | 6.07 | 7.22 | 13.64 | - |
| YUV | 69.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 102 | 0.65 | 0.21 | 0 | 0.6 | 199.09 | 0.48 | 0.27 |
| Hex | 24 | 51 | 66 | 41 | 15 | 0 | 3C | C7 | 30 | 1B |
| Octal | 44 | 121 | 146 | 101 | 25 | 0 | 74 | 307 | 60 | 33 |
| Binary | 100100 | 1010001 | 1100110 | 1000001 | 10101 | 0 | 111100 | 11000111 | 110000 | 11011 |
Color Harmonies of #245166
Complementary color
Monochromatic Colors of #245166
Black with #245166
Text Example
Text Example
White with #245166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245166; }
p { color: rgb(36,81,102); }
H1.HeaderClassName
{
color: #245166;
}
.AnyTagClassName
{
color: #245166;
}
</style>
background-color css
<style>
a { background-color: #245166; }
a { background-color: rgb(36,81,102); }
div.DivClassName
{
background-color: #245166;
}
.BgClassName
{
background-color: #245166;
}
</style>
border-color css
<style>
span { border-color: #245166; }
span { border-color: rgb(36,81,102); }
td.TdClassName
{
border-color: #245166;
}
.TagClassName
{
border-color: #245166;
}
</style>