Shades of Arapawa #254F67
Tints of Arapawa #254F67
RGB
CMYK
RGB Variations
Color information
#254F67 (or 0x254F67) is known color: Arapawa. HEX triplet: 25, 4F and 67. RGB value is (37,79,103). Sum of RGB (Red+Green+Blue) = 37+79+103=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #254F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F67 is #DAB098. Grayscale: #454545. Windows color (decimal): -14332057 or 6770469. OLE color: 6770469.
HSL color Cylindrical-coordinate representation of color #254F67: hue angle of 201.82º 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 #254F67 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 79 | 103 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.60 |
| HSL | 201.82º | 0.47% | 0.27% | - |
| HSV(B) | 201.82º | 0.64% | 0.4% | - |
| XYZ | 6.01 | 6.96 | 13.86 | - |
| YUV | 69.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 103 | 0.64 | 0.23 | 0 | 0.60 | 201.82 | 0.47 | 0.27 |
| Hex | 25 | 4F | 67 | 40 | 17 | 0 | 3C | CA | 2F | 1B |
| Octal | 45 | 117 | 147 | 100 | 27 | 0 | 74 | 312 | 57 | 33 |
| Binary | 100101 | 1001111 | 1100111 | 1000000 | 10111 | 0 | 111100 | 11001010 | 101111 | 11011 |
Color Harmonies of #254F67
Complementary color
Monochromatic Colors of #254F67
Black with #254F67
Text Example
Text Example
White with #254F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F67; }
p { color: rgb(37,79,103); }
H1.HeaderClassName
{
color: #254F67;
}
.AnyTagClassName
{
color: #254F67;
}
</style>
background-color css
<style>
a { background-color: #254F67; }
a { background-color: rgb(37,79,103); }
div.DivClassName
{
background-color: #254F67;
}
.BgClassName
{
background-color: #254F67;
}
</style>
border-color css
<style>
span { border-color: #254F67; }
span { border-color: rgb(37,79,103); }
td.TdClassName
{
border-color: #254F67;
}
.TagClassName
{
border-color: #254F67;
}
</style>