Shades of Arapawa #255465
Tints of Arapawa #255465
RGB
CMYK
RGB Variations
Color information
#255465 (or 0x255465) is known color: Arapawa. HEX triplet: 25, 54 and 65. RGB value is (37,84,101). Sum of RGB (Red+Green+Blue) = 37+84+101=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #255465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255465 is #DAAB9A. Grayscale: #474747. Windows color (decimal): -14330779 or 6640677. OLE color: 6640677.
HSL color Cylindrical-coordinate representation of color #255465: hue angle of 195.94º 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 #255465 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 84 | 101 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.60 |
| HSL | 195.94º | 0.46% | 0.27% | - |
| HSV(B) | 195.94º | 0.63% | 0.4% | - |
| XYZ | 6.28 | 7.67 | 13.46 | - |
| YUV | 71.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 101 | 0.63 | 0.17 | 0 | 0.60 | 195.94 | 0.46 | 0.27 |
| Hex | 25 | 54 | 65 | 3F | 11 | 0 | 3C | C4 | 2E | 1B |
| Octal | 45 | 124 | 145 | 77 | 21 | 0 | 74 | 304 | 56 | 33 |
| Binary | 100101 | 1010100 | 1100101 | 111111 | 10001 | 0 | 111100 | 11000100 | 101110 | 11011 |
Color Harmonies of #255465
Complementary color
Monochromatic Colors of #255465
Black with #255465
Text Example
Text Example
White with #255465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255465; }
p { color: rgb(37,84,101); }
H1.HeaderClassName
{
color: #255465;
}
.AnyTagClassName
{
color: #255465;
}
</style>
background-color css
<style>
a { background-color: #255465; }
a { background-color: rgb(37,84,101); }
div.DivClassName
{
background-color: #255465;
}
.BgClassName
{
background-color: #255465;
}
</style>
border-color css
<style>
span { border-color: #255465; }
span { border-color: rgb(37,84,101); }
td.TdClassName
{
border-color: #255465;
}
.TagClassName
{
border-color: #255465;
}
</style>