Shades of Arapawa #234B64
Tints of Arapawa #234B64
RGB
CMYK
RGB Variations
Color information
#234B64 (or 0x234B64) is known color: Arapawa. HEX triplet: 23, 4B and 64. RGB value is (35,75,100). Sum of RGB (Red+Green+Blue) = 35+75+100=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #234B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B64 is #DCB49B. Grayscale: #414141. Windows color (decimal): -14464156 or 6572835. OLE color: 6572835.
HSL color Cylindrical-coordinate representation of color #234B64: hue angle of 203.08º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #234B64 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 75 | 100 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.61 |
| HSL | 203.08º | 0.48% | 0.26% | - |
| HSV(B) | 203.08º | 0.65% | 0.39% | - |
| XYZ | 5.51 | 6.31 | 12.98 | - |
| YUV | 65.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 100 | 0.65 | 0.25 | 0 | 0.61 | 203.08 | 0.48 | 0.26 |
| Hex | 23 | 4B | 64 | 41 | 19 | 0 | 3D | CB | 30 | 1A |
| Octal | 43 | 113 | 144 | 101 | 31 | 0 | 75 | 313 | 60 | 32 |
| Binary | 100011 | 1001011 | 1100100 | 1000001 | 11001 | 0 | 111101 | 11001011 | 110000 | 11010 |
Color Harmonies of #234B64
Complementary color
Monochromatic Colors of #234B64
Black with #234B64
Text Example
Text Example
White with #234B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B64; }
p { color: rgb(35,75,100); }
H1.HeaderClassName
{
color: #234B64;
}
.AnyTagClassName
{
color: #234B64;
}
</style>
background-color css
<style>
a { background-color: #234B64; }
a { background-color: rgb(35,75,100); }
div.DivClassName
{
background-color: #234B64;
}
.BgClassName
{
background-color: #234B64;
}
</style>
border-color css
<style>
span { border-color: #234B64; }
span { border-color: rgb(35,75,100); }
td.TdClassName
{
border-color: #234B64;
}
.TagClassName
{
border-color: #234B64;
}
</style>