Shades of Arapawa #23515F
Tints of Arapawa #23515F
RGB
CMYK
RGB Variations
Color information
#23515F (or 0x23515F) is known color: Arapawa. HEX triplet: 23, 51 and 5F. RGB value is (35,81,95). Sum of RGB (Red+Green+Blue) = 35+81+95=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #23515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23515F is #DCAEA0. Grayscale: #444444. Windows color (decimal): -14462625 or 6246691. OLE color: 6246691.
HSL color Cylindrical-coordinate representation of color #23515F: hue angle of 194º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23515F is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 81 | 95 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.63 |
| HSL | 194º | 0.46% | 0.25% | - |
| HSV(B) | 194º | 0.63% | 0.37% | - |
| XYZ | 5.7 | 7.07 | 11.89 | - |
| YUV | 68.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 95 | 0.63 | 0.15 | 0 | 0.63 | 194 | 0.46 | 0.25 |
| Hex | 23 | 51 | 5F | 3F | F | 0 | 3F | C2 | 2E | 19 |
| Octal | 43 | 121 | 137 | 77 | 17 | 0 | 77 | 302 | 56 | 31 |
| Binary | 100011 | 1010001 | 1011111 | 111111 | 1111 | 0 | 111111 | 11000010 | 101110 | 11001 |
Color Harmonies of #23515F
Complementary color
Monochromatic Colors of #23515F
Black with #23515F
Text Example
Text Example
White with #23515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23515F; }
p { color: rgb(35,81,95); }
H1.HeaderClassName
{
color: #23515F;
}
.AnyTagClassName
{
color: #23515F;
}
</style>
background-color css
<style>
a { background-color: #23515F; }
a { background-color: rgb(35,81,95); }
div.DivClassName
{
background-color: #23515F;
}
.BgClassName
{
background-color: #23515F;
}
</style>
border-color css
<style>
span { border-color: #23515F; }
span { border-color: rgb(35,81,95); }
td.TdClassName
{
border-color: #23515F;
}
.TagClassName
{
border-color: #23515F;
}
</style>