Shades of Arapawa #254666
Tints of Arapawa #254666
RGB
CMYK
RGB Variations
Color information
#254666 (or 0x254666) is known color: Arapawa. HEX triplet: 25, 46 and 66. RGB value is (37,70,102). Sum of RGB (Red+Green+Blue) = 37+70+102=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #254666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254666 is #DAB999. Grayscale: #3F3F3F. Windows color (decimal): -14334362 or 6702629. OLE color: 6702629.
HSL color Cylindrical-coordinate representation of color #254666: hue angle of 209.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #254666 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 70 | 102 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.6 |
| HSL | 209.54º | 0.47% | 0.27% | - |
| HSV(B) | 209.54º | 0.64% | 0.4% | - |
| XYZ | 5.35 | 5.73 | 13.39 | - |
| YUV | 63.78 | 149.57 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 102 | 0.64 | 0.31 | 0 | 0.6 | 209.54 | 0.47 | 0.27 |
| Hex | 25 | 46 | 66 | 40 | 1F | 0 | 3C | D2 | 2F | 1B |
| Octal | 45 | 106 | 146 | 100 | 37 | 0 | 74 | 322 | 57 | 33 |
| Binary | 100101 | 1000110 | 1100110 | 1000000 | 11111 | 0 | 111100 | 11010010 | 101111 | 11011 |
Color Harmonies of #254666
Complementary color
Monochromatic Colors of #254666
Black with #254666
Text Example
Text Example
White with #254666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254666; }
p { color: rgb(37,70,102); }
H1.HeaderClassName
{
color: #254666;
}
.AnyTagClassName
{
color: #254666;
}
</style>
background-color css
<style>
a { background-color: #254666; }
a { background-color: rgb(37,70,102); }
div.DivClassName
{
background-color: #254666;
}
.BgClassName
{
background-color: #254666;
}
</style>
border-color css
<style>
span { border-color: #254666; }
span { border-color: rgb(37,70,102); }
td.TdClassName
{
border-color: #254666;
}
.TagClassName
{
border-color: #254666;
}
</style>