Shades of Arapawa #245262
Tints of Arapawa #245262
RGB
CMYK
RGB Variations
Color information
#245262 (or 0x245262) is known color: Arapawa. HEX triplet: 24, 52 and 62. RGB value is (36,82,98). Sum of RGB (Red+Green+Blue) = 36+82+98=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #245262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245262 is #DBAD9D. Grayscale: #454545. Windows color (decimal): -14396830 or 6443556. OLE color: 6443556.
HSL color Cylindrical-coordinate representation of color #245262: hue angle of 195.48º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #245262 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 82 | 98 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.62 |
| HSL | 195.48º | 0.46% | 0.26% | - |
| HSV(B) | 195.48º | 0.63% | 0.38% | - |
| XYZ | 5.95 | 7.29 | 12.65 | - |
| YUV | 70.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 98 | 0.63 | 0.16 | 0 | 0.62 | 195.48 | 0.46 | 0.26 |
| Hex | 24 | 52 | 62 | 3F | 10 | 0 | 3E | C3 | 2E | 1A |
| Octal | 44 | 122 | 142 | 77 | 20 | 0 | 76 | 303 | 56 | 32 |
| Binary | 100100 | 1010010 | 1100010 | 111111 | 10000 | 0 | 111110 | 11000011 | 101110 | 11010 |
Color Harmonies of #245262
Complementary color
Monochromatic Colors of #245262
Black with #245262
Text Example
Text Example
White with #245262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245262; }
p { color: rgb(36,82,98); }
H1.HeaderClassName
{
color: #245262;
}
.AnyTagClassName
{
color: #245262;
}
</style>
background-color css
<style>
a { background-color: #245262; }
a { background-color: rgb(36,82,98); }
div.DivClassName
{
background-color: #245262;
}
.BgClassName
{
background-color: #245262;
}
</style>
border-color css
<style>
span { border-color: #245262; }
span { border-color: rgb(36,82,98); }
td.TdClassName
{
border-color: #245262;
}
.TagClassName
{
border-color: #245262;
}
</style>