Shades of Arapawa #245361
Tints of Arapawa #245361
RGB
CMYK
RGB Variations
Color information
#245361 (or 0x245361) is known color: Arapawa. HEX triplet: 24, 53 and 61. RGB value is (36,83,97). Sum of RGB (Red+Green+Blue) = 36+83+97=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #245361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245361 is #DBAC9E. Grayscale: #464646. Windows color (decimal): -14396575 or 6378276. OLE color: 6378276.
HSL color Cylindrical-coordinate representation of color #245361: hue angle of 193.77º 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 #245361 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 83 | 97 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.62 |
| HSL | 193.77º | 0.46% | 0.26% | - |
| HSV(B) | 193.77º | 0.63% | 0.38% | - |
| XYZ | 5.98 | 7.42 | 12.43 | - |
| YUV | 70.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 97 | 0.63 | 0.14 | 0 | 0.62 | 193.77 | 0.46 | 0.26 |
| Hex | 24 | 53 | 61 | 3F | E | 0 | 3E | C2 | 2E | 1A |
| Octal | 44 | 123 | 141 | 77 | 16 | 0 | 76 | 302 | 56 | 32 |
| Binary | 100100 | 1010011 | 1100001 | 111111 | 1110 | 0 | 111110 | 11000010 | 101110 | 11010 |
Color Harmonies of #245361
Complementary color
Monochromatic Colors of #245361
Black with #245361
Text Example
Text Example
White with #245361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245361; }
p { color: rgb(36,83,97); }
H1.HeaderClassName
{
color: #245361;
}
.AnyTagClassName
{
color: #245361;
}
</style>
background-color css
<style>
a { background-color: #245361; }
a { background-color: rgb(36,83,97); }
div.DivClassName
{
background-color: #245361;
}
.BgClassName
{
background-color: #245361;
}
</style>
border-color css
<style>
span { border-color: #245361; }
span { border-color: rgb(36,83,97); }
td.TdClassName
{
border-color: #245361;
}
.TagClassName
{
border-color: #245361;
}
</style>