Shades of Arapawa #255962
Tints of Arapawa #255962
RGB
CMYK
RGB Variations
Color information
#255962 (or 0x255962) is known color: Arapawa. HEX triplet: 25, 59 and 62. RGB value is (37,89,98). Sum of RGB (Red+Green+Blue) = 37+89+98=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #255962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255962 is #DAA69D. Grayscale: #4A4A4A. Windows color (decimal): -14329502 or 6445349. OLE color: 6445349.
HSL color Cylindrical-coordinate representation of color #255962: hue angle of 188.85º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #255962 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 89 | 98 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.62 |
| HSL | 188.85º | 0.45% | 0.26% | - |
| HSV(B) | 188.85º | 0.62% | 0.38% | - |
| XYZ | 6.54 | 8.42 | 12.84 | - |
| YUV | 74.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 98 | 0.62 | 0.09 | 0 | 0.62 | 188.85 | 0.45 | 0.26 |
| Hex | 25 | 59 | 62 | 3E | 9 | 0 | 3E | BD | 2D | 1A |
| Octal | 45 | 131 | 142 | 76 | 11 | 0 | 76 | 275 | 55 | 32 |
| Binary | 100101 | 1011001 | 1100010 | 111110 | 1001 | 0 | 111110 | 10111101 | 101101 | 11010 |
Color Harmonies of #255962
Complementary color
Monochromatic Colors of #255962
Black with #255962
Text Example
Text Example
White with #255962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255962; }
p { color: rgb(37,89,98); }
H1.HeaderClassName
{
color: #255962;
}
.AnyTagClassName
{
color: #255962;
}
</style>
background-color css
<style>
a { background-color: #255962; }
a { background-color: rgb(37,89,98); }
div.DivClassName
{
background-color: #255962;
}
.BgClassName
{
background-color: #255962;
}
</style>
border-color css
<style>
span { border-color: #255962; }
span { border-color: rgb(37,89,98); }
td.TdClassName
{
border-color: #255962;
}
.TagClassName
{
border-color: #255962;
}
</style>