Shades of Arapawa #234B66
Tints of Arapawa #234B66
RGB
CMYK
RGB Variations
Color information
#234B66 (or 0x234B66) is known color: Arapawa. HEX triplet: 23, 4B and 66. RGB value is (35,75,102). Sum of RGB (Red+Green+Blue) = 35+75+102=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #234B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B66 is #DCB499. Grayscale: #414141. Windows color (decimal): -14464154 or 6703907. OLE color: 6703907.
HSL color Cylindrical-coordinate representation of color #234B66: hue angle of 204.18º 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 #234B66 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 75 | 102 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.6 |
| HSL | 204.18º | 0.49% | 0.27% | - |
| HSV(B) | 204.18º | 0.66% | 0.4% | - |
| XYZ | 5.61 | 6.35 | 13.5 | - |
| YUV | 66.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 102 | 0.66 | 0.26 | 0 | 0.6 | 204.18 | 0.49 | 0.27 |
| Hex | 23 | 4B | 66 | 42 | 1A | 0 | 3C | CC | 31 | 1B |
| Octal | 43 | 113 | 146 | 102 | 32 | 0 | 74 | 314 | 61 | 33 |
| Binary | 100011 | 1001011 | 1100110 | 1000010 | 11010 | 0 | 111100 | 11001100 | 110001 | 11011 |
Color Harmonies of #234B66
Complementary color
Monochromatic Colors of #234B66
Black with #234B66
Text Example
Text Example
White with #234B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B66; }
p { color: rgb(35,75,102); }
H1.HeaderClassName
{
color: #234B66;
}
.AnyTagClassName
{
color: #234B66;
}
</style>
background-color css
<style>
a { background-color: #234B66; }
a { background-color: rgb(35,75,102); }
div.DivClassName
{
background-color: #234B66;
}
.BgClassName
{
background-color: #234B66;
}
</style>
border-color css
<style>
span { border-color: #234B66; }
span { border-color: rgb(35,75,102); }
td.TdClassName
{
border-color: #234B66;
}
.TagClassName
{
border-color: #234B66;
}
</style>