Shades of Arapawa #234768
Tints of Arapawa #234768
RGB
CMYK
RGB Variations
Color information
#234768 (or 0x234768) is known color: Arapawa. HEX triplet: 23, 47 and 68. RGB value is (35,71,104). Sum of RGB (Red+Green+Blue) = 35+71+104=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #234768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234768 is #DCB897. Grayscale: #3F3F3F. Windows color (decimal): -14465176 or 6833955. OLE color: 6833955.
HSL color Cylindrical-coordinate representation of color #234768: hue angle of 208.7º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #234768 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 71 | 104 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.59 |
| HSL | 208.7º | 0.5% | 0.27% | - |
| HSV(B) | 208.7º | 0.66% | 0.41% | - |
| XYZ | 5.45 | 5.86 | 13.94 | - |
| YUV | 64 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 104 | 0.66 | 0.32 | 0 | 0.59 | 208.7 | 0.5 | 0.27 |
| Hex | 23 | 47 | 68 | 42 | 20 | 0 | 3B | D1 | 32 | 1B |
| Octal | 43 | 107 | 150 | 102 | 40 | 0 | 73 | 321 | 62 | 33 |
| Binary | 100011 | 1000111 | 1101000 | 1000010 | 100000 | 0 | 111011 | 11010001 | 110010 | 11011 |
Color Harmonies of #234768
Complementary color
Monochromatic Colors of #234768
Black with #234768
Text Example
Text Example
White with #234768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234768; }
p { color: rgb(35,71,104); }
H1.HeaderClassName
{
color: #234768;
}
.AnyTagClassName
{
color: #234768;
}
</style>
background-color css
<style>
a { background-color: #234768; }
a { background-color: rgb(35,71,104); }
div.DivClassName
{
background-color: #234768;
}
.BgClassName
{
background-color: #234768;
}
</style>
border-color css
<style>
span { border-color: #234768; }
span { border-color: rgb(35,71,104); }
td.TdClassName
{
border-color: #234768;
}
.TagClassName
{
border-color: #234768;
}
</style>