Shades of Arapawa #235065
Tints of Arapawa #235065
RGB
CMYK
RGB Variations
Color information
#235065 (or 0x235065) is known color: Arapawa. HEX triplet: 23, 50 and 65. RGB value is (35,80,101). Sum of RGB (Red+Green+Blue) = 35+80+101=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #235065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235065 is #DCAF9A. Grayscale: #444444. Windows color (decimal): -14462875 or 6639651. OLE color: 6639651.
HSL color Cylindrical-coordinate representation of color #235065: hue angle of 199.09º 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 #235065 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 80 | 101 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.60 |
| HSL | 199.09º | 0.49% | 0.27% | - |
| HSV(B) | 199.09º | 0.65% | 0.4% | - |
| XYZ | 5.91 | 7.03 | 13.36 | - |
| YUV | 68.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 101 | 0.65 | 0.21 | 0 | 0.60 | 199.09 | 0.49 | 0.27 |
| Hex | 23 | 50 | 65 | 41 | 15 | 0 | 3C | C7 | 31 | 1B |
| Octal | 43 | 120 | 145 | 101 | 25 | 0 | 74 | 307 | 61 | 33 |
| Binary | 100011 | 1010000 | 1100101 | 1000001 | 10101 | 0 | 111100 | 11000111 | 110001 | 11011 |
Color Harmonies of #235065
Complementary color
Monochromatic Colors of #235065
Black with #235065
Text Example
Text Example
White with #235065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235065; }
p { color: rgb(35,80,101); }
H1.HeaderClassName
{
color: #235065;
}
.AnyTagClassName
{
color: #235065;
}
</style>
background-color css
<style>
a { background-color: #235065; }
a { background-color: rgb(35,80,101); }
div.DivClassName
{
background-color: #235065;
}
.BgClassName
{
background-color: #235065;
}
</style>
border-color css
<style>
span { border-color: #235065; }
span { border-color: rgb(35,80,101); }
td.TdClassName
{
border-color: #235065;
}
.TagClassName
{
border-color: #235065;
}
</style>