Shades of Arapawa #245261
Tints of Arapawa #245261
RGB
CMYK
RGB Variations
Color information
#245261 (or 0x245261) is known color: Arapawa. HEX triplet: 24, 52 and 61. RGB value is (36,82,97). Sum of RGB (Red+Green+Blue) = 36+82+97=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #245261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245261 is #DBAD9E. Grayscale: #454545. Windows color (decimal): -14396831 or 6378020. OLE color: 6378020.
HSL color Cylindrical-coordinate representation of color #245261: hue angle of 194.75º 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 #245261 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 82 | 97 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.62 |
| HSL | 194.75º | 0.46% | 0.26% | - |
| HSV(B) | 194.75º | 0.63% | 0.38% | - |
| XYZ | 5.9 | 7.27 | 12.4 | - |
| YUV | 69.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 97 | 0.63 | 0.15 | 0 | 0.62 | 194.75 | 0.46 | 0.26 |
| Hex | 24 | 52 | 61 | 3F | F | 0 | 3E | C3 | 2E | 1A |
| Octal | 44 | 122 | 141 | 77 | 17 | 0 | 76 | 303 | 56 | 32 |
| Binary | 100100 | 1010010 | 1100001 | 111111 | 1111 | 0 | 111110 | 11000011 | 101110 | 11010 |
Color Harmonies of #245261
Complementary color
Monochromatic Colors of #245261
Black with #245261
Text Example
Text Example
White with #245261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245261; }
p { color: rgb(36,82,97); }
H1.HeaderClassName
{
color: #245261;
}
.AnyTagClassName
{
color: #245261;
}
</style>
background-color css
<style>
a { background-color: #245261; }
a { background-color: rgb(36,82,97); }
div.DivClassName
{
background-color: #245261;
}
.BgClassName
{
background-color: #245261;
}
</style>
border-color css
<style>
span { border-color: #245261; }
span { border-color: rgb(36,82,97); }
td.TdClassName
{
border-color: #245261;
}
.TagClassName
{
border-color: #245261;
}
</style>