Shades of Arapawa #234766
Tints of Arapawa #234766
RGB
CMYK
RGB Variations
Color information
#234766 (or 0x234766) is known color: Arapawa. HEX triplet: 23, 47 and 66. RGB value is (35,71,102). Sum of RGB (Red+Green+Blue) = 35+71+102=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #234766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234766 is #DCB899. Grayscale: #3F3F3F. Windows color (decimal): -14465178 or 6702883. OLE color: 6702883.
HSL color Cylindrical-coordinate representation of color #234766: hue angle of 207.76º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #234766 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 71 | 102 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.6 |
| HSL | 207.76º | 0.49% | 0.27% | - |
| HSV(B) | 207.76º | 0.66% | 0.4% | - |
| XYZ | 5.34 | 5.82 | 13.41 | - |
| YUV | 63.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 102 | 0.66 | 0.30 | 0 | 0.6 | 207.76 | 0.49 | 0.27 |
| Hex | 23 | 47 | 66 | 42 | 1E | 0 | 3C | D0 | 31 | 1B |
| Octal | 43 | 107 | 146 | 102 | 36 | 0 | 74 | 320 | 61 | 33 |
| Binary | 100011 | 1000111 | 1100110 | 1000010 | 11110 | 0 | 111100 | 11010000 | 110001 | 11011 |
Color Harmonies of #234766
Complementary color
Monochromatic Colors of #234766
Black with #234766
Text Example
Text Example
White with #234766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234766; }
p { color: rgb(35,71,102); }
H1.HeaderClassName
{
color: #234766;
}
.AnyTagClassName
{
color: #234766;
}
</style>
background-color css
<style>
a { background-color: #234766; }
a { background-color: rgb(35,71,102); }
div.DivClassName
{
background-color: #234766;
}
.BgClassName
{
background-color: #234766;
}
</style>
border-color css
<style>
span { border-color: #234766; }
span { border-color: rgb(35,71,102); }
td.TdClassName
{
border-color: #234766;
}
.TagClassName
{
border-color: #234766;
}
</style>