Shades of Arapawa #155364
Tints of Arapawa #155364
RGB
CMYK
RGB Variations
Color information
#155364 (or 0x155364) is known color: Arapawa. HEX triplet: 15, 53 and 64. RGB value is (21,83,100). Sum of RGB (Red+Green+Blue) = 21+83+100=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #155364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155364 is #EAAC9B. Grayscale: #424242. Windows color (decimal): -15379612 or 6574869. OLE color: 6574869.
HSL color Cylindrical-coordinate representation of color #155364: hue angle of 192.91º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155364 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 83 | 100 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.61 |
| HSL | 192.91º | 0.65% | 0.24% | - |
| HSV(B) | 192.91º | 0.79% | 0.39% | - |
| XYZ | 5.7 | 7.27 | 13.16 | - |
| YUV | 66.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 100 | 0.79 | 0.17 | 0 | 0.61 | 192.91 | 0.65 | 0.24 |
| Hex | 15 | 53 | 64 | 4F | 11 | 0 | 3D | C1 | 41 | 18 |
| Octal | 25 | 123 | 144 | 117 | 21 | 0 | 75 | 301 | 101 | 30 |
| Binary | 10101 | 1010011 | 1100100 | 1001111 | 10001 | 0 | 111101 | 11000001 | 1000001 | 11000 |
Color Harmonies of #155364
Complementary color
Monochromatic Colors of #155364
Black with #155364
Text Example
Text Example
White with #155364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155364; }
p { color: rgb(21,83,100); }
H1.HeaderClassName
{
color: #155364;
}
.AnyTagClassName
{
color: #155364;
}
</style>
background-color css
<style>
a { background-color: #155364; }
a { background-color: rgb(21,83,100); }
div.DivClassName
{
background-color: #155364;
}
.BgClassName
{
background-color: #155364;
}
</style>
border-color css
<style>
span { border-color: #155364; }
span { border-color: rgb(21,83,100); }
td.TdClassName
{
border-color: #155364;
}
.TagClassName
{
border-color: #155364;
}
</style>