Shades of Arapawa #234860
Tints of Arapawa #234860
RGB
CMYK
RGB Variations
Color information
#234860 (or 0x234860) is known color: Arapawa. HEX triplet: 23, 48 and 60. RGB value is (35,72,96). Sum of RGB (Red+Green+Blue) = 35+72+96=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #234860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234860 is #DCB79F. Grayscale: #3F3F3F. Windows color (decimal): -14464928 or 6309923. OLE color: 6309923.
HSL color Cylindrical-coordinate representation of color #234860: hue angle of 203.61º 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 #234860 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 72 | 96 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.62 |
| HSL | 203.61º | 0.47% | 0.26% | - |
| HSV(B) | 203.61º | 0.64% | 0.38% | - |
| XYZ | 5.12 | 5.84 | 11.92 | - |
| YUV | 63.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 96 | 0.64 | 0.25 | 0 | 0.62 | 203.61 | 0.47 | 0.26 |
| Hex | 23 | 48 | 60 | 40 | 19 | 0 | 3E | CC | 2F | 1A |
| Octal | 43 | 110 | 140 | 100 | 31 | 0 | 76 | 314 | 57 | 32 |
| Binary | 100011 | 1001000 | 1100000 | 1000000 | 11001 | 0 | 111110 | 11001100 | 101111 | 11010 |
Color Harmonies of #234860
Complementary color
Monochromatic Colors of #234860
Black with #234860
Text Example
Text Example
White with #234860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234860; }
p { color: rgb(35,72,96); }
H1.HeaderClassName
{
color: #234860;
}
.AnyTagClassName
{
color: #234860;
}
</style>
background-color css
<style>
a { background-color: #234860; }
a { background-color: rgb(35,72,96); }
div.DivClassName
{
background-color: #234860;
}
.BgClassName
{
background-color: #234860;
}
</style>
border-color css
<style>
span { border-color: #234860; }
span { border-color: rgb(35,72,96); }
td.TdClassName
{
border-color: #234860;
}
.TagClassName
{
border-color: #234860;
}
</style>