Shades of Arapawa #23495F
Tints of Arapawa #23495F
RGB
CMYK
RGB Variations
Color information
#23495F (or 0x23495F) is known color: Arapawa. HEX triplet: 23, 49 and 5F. RGB value is (35,73,95). Sum of RGB (Red+Green+Blue) = 35+73+95=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #23495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23495F is #DCB6A0. Grayscale: #404040. Windows color (decimal): -14464673 or 6244643. OLE color: 6244643.
HSL color Cylindrical-coordinate representation of color #23495F: hue angle of 202º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23495F is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 73 | 95 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.63 |
| HSL | 202º | 0.46% | 0.25% | - |
| HSV(B) | 202º | 0.63% | 0.37% | - |
| XYZ | 5.14 | 5.95 | 11.7 | - |
| YUV | 64.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 95 | 0.63 | 0.23 | 0 | 0.63 | 202 | 0.46 | 0.25 |
| Hex | 23 | 49 | 5F | 3F | 17 | 0 | 3F | CA | 2E | 19 |
| Octal | 43 | 111 | 137 | 77 | 27 | 0 | 77 | 312 | 56 | 31 |
| Binary | 100011 | 1001001 | 1011111 | 111111 | 10111 | 0 | 111111 | 11001010 | 101110 | 11001 |
Color Harmonies of #23495F
Complementary color
Monochromatic Colors of #23495F
Black with #23495F
Text Example
Text Example
White with #23495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23495F; }
p { color: rgb(35,73,95); }
H1.HeaderClassName
{
color: #23495F;
}
.AnyTagClassName
{
color: #23495F;
}
</style>
background-color css
<style>
a { background-color: #23495F; }
a { background-color: rgb(35,73,95); }
div.DivClassName
{
background-color: #23495F;
}
.BgClassName
{
background-color: #23495F;
}
</style>
border-color css
<style>
span { border-color: #23495F; }
span { border-color: rgb(35,73,95); }
td.TdClassName
{
border-color: #23495F;
}
.TagClassName
{
border-color: #23495F;
}
</style>