Shades of Arapawa #235665
Tints of Arapawa #235665
RGB
CMYK
RGB Variations
Color information
#235665 (or 0x235665) is known color: Arapawa. HEX triplet: 23, 56 and 65. RGB value is (35,86,101). Sum of RGB (Red+Green+Blue) = 35+86+101=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #235665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235665 is #DCA99A. Grayscale: #484848. Windows color (decimal): -14461339 or 6641187. OLE color: 6641187.
HSL color Cylindrical-coordinate representation of color #235665: hue angle of 193.64º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235665 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 86 | 101 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.60 |
| HSL | 193.64º | 0.49% | 0.27% | - |
| HSV(B) | 193.64º | 0.65% | 0.4% | - |
| XYZ | 6.37 | 7.95 | 13.51 | - |
| YUV | 72.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 101 | 0.65 | 0.15 | 0 | 0.60 | 193.64 | 0.49 | 0.27 |
| Hex | 23 | 56 | 65 | 41 | F | 0 | 3C | C2 | 31 | 1B |
| Octal | 43 | 126 | 145 | 101 | 17 | 0 | 74 | 302 | 61 | 33 |
| Binary | 100011 | 1010110 | 1100101 | 1000001 | 1111 | 0 | 111100 | 11000010 | 110001 | 11011 |
Color Harmonies of #235665
Complementary color
Monochromatic Colors of #235665
Black with #235665
Text Example
Text Example
White with #235665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235665; }
p { color: rgb(35,86,101); }
H1.HeaderClassName
{
color: #235665;
}
.AnyTagClassName
{
color: #235665;
}
</style>
background-color css
<style>
a { background-color: #235665; }
a { background-color: rgb(35,86,101); }
div.DivClassName
{
background-color: #235665;
}
.BgClassName
{
background-color: #235665;
}
</style>
border-color css
<style>
span { border-color: #235665; }
span { border-color: rgb(35,86,101); }
td.TdClassName
{
border-color: #235665;
}
.TagClassName
{
border-color: #235665;
}
</style>