Shades of Arapawa #23505F
Tints of Arapawa #23505F
RGB
CMYK
RGB Variations
Color information
#23505F (or 0x23505F) is known color: Arapawa. HEX triplet: 23, 50 and 5F. RGB value is (35,80,95). Sum of RGB (Red+Green+Blue) = 35+80+95=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #23505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23505F is #DCAFA0. Grayscale: #444444. Windows color (decimal): -14462881 or 6246435. OLE color: 6246435.
HSL color Cylindrical-coordinate representation of color #23505F: hue angle of 195º 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 #23505F is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 80 | 95 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.63 |
| HSL | 195º | 0.46% | 0.25% | - |
| HSV(B) | 195º | 0.63% | 0.37% | - |
| XYZ | 5.63 | 6.92 | 11.87 | - |
| YUV | 68.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 95 | 0.63 | 0.16 | 0 | 0.63 | 195 | 0.46 | 0.25 |
| Hex | 23 | 50 | 5F | 3F | 10 | 0 | 3F | C3 | 2E | 19 |
| Octal | 43 | 120 | 137 | 77 | 20 | 0 | 77 | 303 | 56 | 31 |
| Binary | 100011 | 1010000 | 1011111 | 111111 | 10000 | 0 | 111111 | 11000011 | 101110 | 11001 |
Color Harmonies of #23505F
Complementary color
Monochromatic Colors of #23505F
Black with #23505F
Text Example
Text Example
White with #23505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23505F; }
p { color: rgb(35,80,95); }
H1.HeaderClassName
{
color: #23505F;
}
.AnyTagClassName
{
color: #23505F;
}
</style>
background-color css
<style>
a { background-color: #23505F; }
a { background-color: rgb(35,80,95); }
div.DivClassName
{
background-color: #23505F;
}
.BgClassName
{
background-color: #23505F;
}
</style>
border-color css
<style>
span { border-color: #23505F; }
span { border-color: rgb(35,80,95); }
td.TdClassName
{
border-color: #23505F;
}
.TagClassName
{
border-color: #23505F;
}
</style>