Shades of Arapawa #234D5D
Tints of Arapawa #234D5D
RGB
CMYK
RGB Variations
Color information
#234D5D (or 0x234D5D) is known color: Arapawa. HEX triplet: 23, 4D and 5D. RGB value is (35,77,93). Sum of RGB (Red+Green+Blue) = 35+77+93=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #234D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D5D is #DCB2A2. Grayscale: #424242. Windows color (decimal): -14463651 or 6114595. OLE color: 6114595.
HSL color Cylindrical-coordinate representation of color #234D5D: hue angle of 196.55º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #234D5D is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 77 | 93 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.64 |
| HSL | 196.55º | 0.45% | 0.25% | - |
| HSV(B) | 196.55º | 0.62% | 0.36% | - |
| XYZ | 5.32 | 6.46 | 11.32 | - |
| YUV | 66.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 93 | 0.62 | 0.17 | 0 | 0.64 | 196.55 | 0.45 | 0.25 |
| Hex | 23 | 4D | 5D | 3E | 11 | 0 | 40 | C5 | 2D | 19 |
| Octal | 43 | 115 | 135 | 76 | 21 | 0 | 100 | 305 | 55 | 31 |
| Binary | 100011 | 1001101 | 1011101 | 111110 | 10001 | 0 | 1000000 | 11000101 | 101101 | 11001 |
Color Harmonies of #234D5D
Complementary color
Monochromatic Colors of #234D5D
Black with #234D5D
Text Example
Text Example
White with #234D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D5D; }
p { color: rgb(35,77,93); }
H1.HeaderClassName
{
color: #234D5D;
}
.AnyTagClassName
{
color: #234D5D;
}
</style>
background-color css
<style>
a { background-color: #234D5D; }
a { background-color: rgb(35,77,93); }
div.DivClassName
{
background-color: #234D5D;
}
.BgClassName
{
background-color: #234D5D;
}
</style>
border-color css
<style>
span { border-color: #234D5D; }
span { border-color: rgb(35,77,93); }
td.TdClassName
{
border-color: #234D5D;
}
.TagClassName
{
border-color: #234D5D;
}
</style>