Shades of Arapawa #254F68
Tints of Arapawa #254F68
RGB
CMYK
RGB Variations
Color information
#254F68 (or 0x254F68) is known color: Arapawa. HEX triplet: 25, 4F and 68. RGB value is (37,79,104). Sum of RGB (Red+Green+Blue) = 37+79+104=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #254F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F68 is #DAB097. Grayscale: #454545. Windows color (decimal): -14332056 or 6836005. OLE color: 6836005.
HSL color Cylindrical-coordinate representation of color #254F68: hue angle of 202.39º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #254F68 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 79 | 104 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.59 |
| HSL | 202.39º | 0.48% | 0.28% | - |
| HSV(B) | 202.39º | 0.64% | 0.41% | - |
| XYZ | 6.06 | 6.98 | 14.13 | - |
| YUV | 69.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 104 | 0.64 | 0.24 | 0 | 0.59 | 202.39 | 0.48 | 0.28 |
| Hex | 25 | 4F | 68 | 40 | 18 | 0 | 3B | CA | 30 | 1C |
| Octal | 45 | 117 | 150 | 100 | 30 | 0 | 73 | 312 | 60 | 34 |
| Binary | 100101 | 1001111 | 1101000 | 1000000 | 11000 | 0 | 111011 | 11001010 | 110000 | 11100 |
Color Harmonies of #254F68
Complementary color
Monochromatic Colors of #254F68
Black with #254F68
Text Example
Text Example
White with #254F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F68; }
p { color: rgb(37,79,104); }
H1.HeaderClassName
{
color: #254F68;
}
.AnyTagClassName
{
color: #254F68;
}
</style>
background-color css
<style>
a { background-color: #254F68; }
a { background-color: rgb(37,79,104); }
div.DivClassName
{
background-color: #254F68;
}
.BgClassName
{
background-color: #254F68;
}
</style>
border-color css
<style>
span { border-color: #254F68; }
span { border-color: rgb(37,79,104); }
td.TdClassName
{
border-color: #254F68;
}
.TagClassName
{
border-color: #254F68;
}
</style>