Shades of Arapawa #255364
Tints of Arapawa #255364
RGB
CMYK
RGB Variations
Color information
#255364 (or 0x255364) is known color: Arapawa. HEX triplet: 25, 53 and 64. RGB value is (37,83,100). Sum of RGB (Red+Green+Blue) = 37+83+100=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #255364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255364 is #DAAC9B. Grayscale: #474747. Windows color (decimal): -14331036 or 6574885. OLE color: 6574885.
HSL color Cylindrical-coordinate representation of color #255364: hue angle of 196.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255364 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 83 | 100 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.61 |
| HSL | 196.19º | 0.46% | 0.27% | - |
| HSV(B) | 196.19º | 0.63% | 0.39% | - |
| XYZ | 6.16 | 7.5 | 13.18 | - |
| YUV | 71.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 100 | 0.63 | 0.17 | 0 | 0.61 | 196.19 | 0.46 | 0.27 |
| Hex | 25 | 53 | 64 | 3F | 11 | 0 | 3D | C4 | 2E | 1B |
| Octal | 45 | 123 | 144 | 77 | 21 | 0 | 75 | 304 | 56 | 33 |
| Binary | 100101 | 1010011 | 1100100 | 111111 | 10001 | 0 | 111101 | 11000100 | 101110 | 11011 |
Color Harmonies of #255364
Complementary color
Monochromatic Colors of #255364
Black with #255364
Text Example
Text Example
White with #255364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255364; }
p { color: rgb(37,83,100); }
H1.HeaderClassName
{
color: #255364;
}
.AnyTagClassName
{
color: #255364;
}
</style>
background-color css
<style>
a { background-color: #255364; }
a { background-color: rgb(37,83,100); }
div.DivClassName
{
background-color: #255364;
}
.BgClassName
{
background-color: #255364;
}
</style>
border-color css
<style>
span { border-color: #255364; }
span { border-color: rgb(37,83,100); }
td.TdClassName
{
border-color: #255364;
}
.TagClassName
{
border-color: #255364;
}
</style>