Shades of Arapawa #254A69
Tints of Arapawa #254A69
RGB
CMYK
RGB Variations
Color information
#254A69 (or 0x254A69) is known color: Arapawa. HEX triplet: 25, 4A and 69. RGB value is (37,74,105). Sum of RGB (Red+Green+Blue) = 37+74+105=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #254A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A69 is #DAB596. Grayscale: #424242. Windows color (decimal): -14333335 or 6900261. OLE color: 6900261.
HSL color Cylindrical-coordinate representation of color #254A69: hue angle of 207.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #254A69 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 74 | 105 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.59 |
| HSL | 207.35º | 0.48% | 0.28% | - |
| HSV(B) | 207.35º | 0.65% | 0.41% | - |
| XYZ | 5.76 | 6.31 | 14.28 | - |
| YUV | 66.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 105 | 0.65 | 0.30 | 0 | 0.59 | 207.35 | 0.48 | 0.28 |
| Hex | 25 | 4A | 69 | 41 | 1E | 0 | 3B | CF | 30 | 1C |
| Octal | 45 | 112 | 151 | 101 | 36 | 0 | 73 | 317 | 60 | 34 |
| Binary | 100101 | 1001010 | 1101001 | 1000001 | 11110 | 0 | 111011 | 11001111 | 110000 | 11100 |
Color Harmonies of #254A69
Complementary color
Monochromatic Colors of #254A69
Black with #254A69
Text Example
Text Example
White with #254A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A69; }
p { color: rgb(37,74,105); }
H1.HeaderClassName
{
color: #254A69;
}
.AnyTagClassName
{
color: #254A69;
}
</style>
background-color css
<style>
a { background-color: #254A69; }
a { background-color: rgb(37,74,105); }
div.DivClassName
{
background-color: #254A69;
}
.BgClassName
{
background-color: #254A69;
}
</style>
border-color css
<style>
span { border-color: #254A69; }
span { border-color: rgb(37,74,105); }
td.TdClassName
{
border-color: #254A69;
}
.TagClassName
{
border-color: #254A69;
}
</style>