Shades of Arapawa #235465
Tints of Arapawa #235465
RGB
CMYK
RGB Variations
Color information
#235465 (or 0x235465) is known color: Arapawa. HEX triplet: 23, 54 and 65. RGB value is (35,84,101). Sum of RGB (Red+Green+Blue) = 35+84+101=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #235465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235465 is #DCAB9A. Grayscale: #474747. Windows color (decimal): -14461851 or 6640675. OLE color: 6640675.
HSL color Cylindrical-coordinate representation of color #235465: hue angle of 195.45º 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 #235465 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 84 | 101 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.60 |
| HSL | 195.45º | 0.49% | 0.27% | - |
| HSV(B) | 195.45º | 0.65% | 0.4% | - |
| XYZ | 6.21 | 7.64 | 13.46 | - |
| YUV | 71.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 101 | 0.65 | 0.17 | 0 | 0.60 | 195.45 | 0.49 | 0.27 |
| Hex | 23 | 54 | 65 | 41 | 11 | 0 | 3C | C3 | 31 | 1B |
| Octal | 43 | 124 | 145 | 101 | 21 | 0 | 74 | 303 | 61 | 33 |
| Binary | 100011 | 1010100 | 1100101 | 1000001 | 10001 | 0 | 111100 | 11000011 | 110001 | 11011 |
Color Harmonies of #235465
Complementary color
Monochromatic Colors of #235465
Black with #235465
Text Example
Text Example
White with #235465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235465; }
p { color: rgb(35,84,101); }
H1.HeaderClassName
{
color: #235465;
}
.AnyTagClassName
{
color: #235465;
}
</style>
background-color css
<style>
a { background-color: #235465; }
a { background-color: rgb(35,84,101); }
div.DivClassName
{
background-color: #235465;
}
.BgClassName
{
background-color: #235465;
}
</style>
border-color css
<style>
span { border-color: #235465; }
span { border-color: rgb(35,84,101); }
td.TdClassName
{
border-color: #235465;
}
.TagClassName
{
border-color: #235465;
}
</style>