Shades of Arapawa #235862
Tints of Arapawa #235862
RGB
CMYK
RGB Variations
Color information
#235862 (or 0x235862) is known color: Arapawa. HEX triplet: 23, 58 and 62. RGB value is (35,88,98). Sum of RGB (Red+Green+Blue) = 35+88+98=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #235862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235862 is #DCA79D. Grayscale: #494949. Windows color (decimal): -14460830 or 6445091. OLE color: 6445091.
HSL color Cylindrical-coordinate representation of color #235862: hue angle of 189.52º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #235862 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 88 | 98 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.62 |
| HSL | 189.52º | 0.47% | 0.26% | - |
| HSV(B) | 189.52º | 0.64% | 0.38% | - |
| XYZ | 6.39 | 8.22 | 12.8 | - |
| YUV | 73.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 98 | 0.64 | 0.10 | 0 | 0.62 | 189.52 | 0.47 | 0.26 |
| Hex | 23 | 58 | 62 | 40 | A | 0 | 3E | BE | 2F | 1A |
| Octal | 43 | 130 | 142 | 100 | 12 | 0 | 76 | 276 | 57 | 32 |
| Binary | 100011 | 1011000 | 1100010 | 1000000 | 1010 | 0 | 111110 | 10111110 | 101111 | 11010 |
Color Harmonies of #235862
Complementary color
Monochromatic Colors of #235862
Black with #235862
Text Example
Text Example
White with #235862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235862; }
p { color: rgb(35,88,98); }
H1.HeaderClassName
{
color: #235862;
}
.AnyTagClassName
{
color: #235862;
}
</style>
background-color css
<style>
a { background-color: #235862; }
a { background-color: rgb(35,88,98); }
div.DivClassName
{
background-color: #235862;
}
.BgClassName
{
background-color: #235862;
}
</style>
border-color css
<style>
span { border-color: #235862; }
span { border-color: rgb(35,88,98); }
td.TdClassName
{
border-color: #235862;
}
.TagClassName
{
border-color: #235862;
}
</style>