Shades of Arapawa #234A65
Tints of Arapawa #234A65
RGB
CMYK
RGB Variations
Color information
#234A65 (or 0x234A65) is known color: Arapawa. HEX triplet: 23, 4A and 65. RGB value is (35,74,101). Sum of RGB (Red+Green+Blue) = 35+74+101=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #234A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A65 is #DCB59A. Grayscale: #414141. Windows color (decimal): -14464411 or 6638115. OLE color: 6638115.
HSL color Cylindrical-coordinate representation of color #234A65: hue angle of 204.55º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #234A65 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 74 | 101 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.60 |
| HSL | 204.55º | 0.49% | 0.27% | - |
| HSV(B) | 204.55º | 0.65% | 0.4% | - |
| XYZ | 5.49 | 6.19 | 13.22 | - |
| YUV | 65.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 101 | 0.65 | 0.27 | 0 | 0.60 | 204.55 | 0.49 | 0.27 |
| Hex | 23 | 4A | 65 | 41 | 1B | 0 | 3C | CD | 31 | 1B |
| Octal | 43 | 112 | 145 | 101 | 33 | 0 | 74 | 315 | 61 | 33 |
| Binary | 100011 | 1001010 | 1100101 | 1000001 | 11011 | 0 | 111100 | 11001101 | 110001 | 11011 |
Color Harmonies of #234A65
Complementary color
Monochromatic Colors of #234A65
Black with #234A65
Text Example
Text Example
White with #234A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A65; }
p { color: rgb(35,74,101); }
H1.HeaderClassName
{
color: #234A65;
}
.AnyTagClassName
{
color: #234A65;
}
</style>
background-color css
<style>
a { background-color: #234A65; }
a { background-color: rgb(35,74,101); }
div.DivClassName
{
background-color: #234A65;
}
.BgClassName
{
background-color: #234A65;
}
</style>
border-color css
<style>
span { border-color: #234A65; }
span { border-color: rgb(35,74,101); }
td.TdClassName
{
border-color: #234A65;
}
.TagClassName
{
border-color: #234A65;
}
</style>