Shades of Arapawa #235863
Tints of Arapawa #235863
RGB
CMYK
RGB Variations
Color information
#235863 (or 0x235863) is known color: Arapawa. HEX triplet: 23, 58 and 63. RGB value is (35,88,99). Sum of RGB (Red+Green+Blue) = 35+88+99=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #235863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235863 is #DCA79C. Grayscale: #494949. Windows color (decimal): -14460829 or 6510627. OLE color: 6510627.
HSL color Cylindrical-coordinate representation of color #235863: hue angle of 190.31º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235863 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 88 | 99 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.61 |
| HSL | 190.31º | 0.48% | 0.26% | - |
| HSV(B) | 190.31º | 0.65% | 0.39% | - |
| XYZ | 6.43 | 8.24 | 13.06 | - |
| YUV | 73.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 99 | 0.65 | 0.11 | 0 | 0.61 | 190.31 | 0.48 | 0.26 |
| Hex | 23 | 58 | 63 | 41 | B | 0 | 3D | BE | 30 | 1A |
| Octal | 43 | 130 | 143 | 101 | 13 | 0 | 75 | 276 | 60 | 32 |
| Binary | 100011 | 1011000 | 1100011 | 1000001 | 1011 | 0 | 111101 | 10111110 | 110000 | 11010 |
Color Harmonies of #235863
Complementary color
Monochromatic Colors of #235863
Black with #235863
Text Example
Text Example
White with #235863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235863; }
p { color: rgb(35,88,99); }
H1.HeaderClassName
{
color: #235863;
}
.AnyTagClassName
{
color: #235863;
}
</style>
background-color css
<style>
a { background-color: #235863; }
a { background-color: rgb(35,88,99); }
div.DivClassName
{
background-color: #235863;
}
.BgClassName
{
background-color: #235863;
}
</style>
border-color css
<style>
span { border-color: #235863; }
span { border-color: rgb(35,88,99); }
td.TdClassName
{
border-color: #235863;
}
.TagClassName
{
border-color: #235863;
}
</style>