Shades of Arapawa #245263
Tints of Arapawa #245263
RGB
CMYK
RGB Variations
Color information
#245263 (or 0x245263) is known color: Arapawa. HEX triplet: 24, 52 and 63. RGB value is (36,82,99). Sum of RGB (Red+Green+Blue) = 36+82+99=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #245263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245263 is #DBAD9C. Grayscale: #464646. Windows color (decimal): -14396829 or 6509092. OLE color: 6509092.
HSL color Cylindrical-coordinate representation of color #245263: hue angle of 196.19º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245263 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 82 | 99 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.61 |
| HSL | 196.19º | 0.47% | 0.26% | - |
| HSV(B) | 196.19º | 0.64% | 0.39% | - |
| XYZ | 6 | 7.31 | 12.9 | - |
| YUV | 70.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 99 | 0.64 | 0.17 | 0 | 0.61 | 196.19 | 0.47 | 0.26 |
| Hex | 24 | 52 | 63 | 40 | 11 | 0 | 3D | C4 | 2F | 1A |
| Octal | 44 | 122 | 143 | 100 | 21 | 0 | 75 | 304 | 57 | 32 |
| Binary | 100100 | 1010010 | 1100011 | 1000000 | 10001 | 0 | 111101 | 11000100 | 101111 | 11010 |
Color Harmonies of #245263
Complementary color
Monochromatic Colors of #245263
Black with #245263
Text Example
Text Example
White with #245263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245263; }
p { color: rgb(36,82,99); }
H1.HeaderClassName
{
color: #245263;
}
.AnyTagClassName
{
color: #245263;
}
</style>
background-color css
<style>
a { background-color: #245263; }
a { background-color: rgb(36,82,99); }
div.DivClassName
{
background-color: #245263;
}
.BgClassName
{
background-color: #245263;
}
</style>
border-color css
<style>
span { border-color: #245263; }
span { border-color: rgb(36,82,99); }
td.TdClassName
{
border-color: #245263;
}
.TagClassName
{
border-color: #245263;
}
</style>