Shades of Arapawa #254665
Tints of Arapawa #254665
RGB
CMYK
RGB Variations
Color information
#254665 (or 0x254665) is known color: Arapawa. HEX triplet: 25, 46 and 65. RGB value is (37,70,101). Sum of RGB (Red+Green+Blue) = 37+70+101=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #254665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254665 is #DAB99A. Grayscale: #3F3F3F. Windows color (decimal): -14334363 or 6637093. OLE color: 6637093.
HSL color Cylindrical-coordinate representation of color #254665: hue angle of 209.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254665 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 70 | 101 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.60 |
| HSL | 209.06º | 0.46% | 0.27% | - |
| HSV(B) | 209.06º | 0.63% | 0.4% | - |
| XYZ | 5.3 | 5.71 | 13.14 | - |
| YUV | 63.67 | 149.07 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 101 | 0.63 | 0.31 | 0 | 0.60 | 209.06 | 0.46 | 0.27 |
| Hex | 25 | 46 | 65 | 3F | 1F | 0 | 3C | D1 | 2E | 1B |
| Octal | 45 | 106 | 145 | 77 | 37 | 0 | 74 | 321 | 56 | 33 |
| Binary | 100101 | 1000110 | 1100101 | 111111 | 11111 | 0 | 111100 | 11010001 | 101110 | 11011 |
Color Harmonies of #254665
Complementary color
Monochromatic Colors of #254665
Black with #254665
Text Example
Text Example
White with #254665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254665; }
p { color: rgb(37,70,101); }
H1.HeaderClassName
{
color: #254665;
}
.AnyTagClassName
{
color: #254665;
}
</style>
background-color css
<style>
a { background-color: #254665; }
a { background-color: rgb(37,70,101); }
div.DivClassName
{
background-color: #254665;
}
.BgClassName
{
background-color: #254665;
}
</style>
border-color css
<style>
span { border-color: #254665; }
span { border-color: rgb(37,70,101); }
td.TdClassName
{
border-color: #254665;
}
.TagClassName
{
border-color: #254665;
}
</style>