Shades of Arapawa #234C64
Tints of Arapawa #234C64
RGB
CMYK
RGB Variations
Color information
#234C64 (or 0x234C64) is known color: Arapawa. HEX triplet: 23, 4C and 64. RGB value is (35,76,100). Sum of RGB (Red+Green+Blue) = 35+76+100=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #234C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C64 is #DCB39B. Grayscale: #424242. Windows color (decimal): -14463900 or 6573091. OLE color: 6573091.
HSL color Cylindrical-coordinate representation of color #234C64: hue angle of 202.15º 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 #234C64 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 76 | 100 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.61 |
| HSL | 202.15º | 0.48% | 0.26% | - |
| HSV(B) | 202.15º | 0.65% | 0.39% | - |
| XYZ | 5.58 | 6.45 | 13.01 | - |
| YUV | 66.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 100 | 0.65 | 0.24 | 0 | 0.61 | 202.15 | 0.48 | 0.26 |
| Hex | 23 | 4C | 64 | 41 | 18 | 0 | 3D | CA | 30 | 1A |
| Octal | 43 | 114 | 144 | 101 | 30 | 0 | 75 | 312 | 60 | 32 |
| Binary | 100011 | 1001100 | 1100100 | 1000001 | 11000 | 0 | 111101 | 11001010 | 110000 | 11010 |
Color Harmonies of #234C64
Complementary color
Monochromatic Colors of #234C64
Black with #234C64
Text Example
Text Example
White with #234C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C64; }
p { color: rgb(35,76,100); }
H1.HeaderClassName
{
color: #234C64;
}
.AnyTagClassName
{
color: #234C64;
}
</style>
background-color css
<style>
a { background-color: #234C64; }
a { background-color: rgb(35,76,100); }
div.DivClassName
{
background-color: #234C64;
}
.BgClassName
{
background-color: #234C64;
}
</style>
border-color css
<style>
span { border-color: #234C64; }
span { border-color: rgb(35,76,100); }
td.TdClassName
{
border-color: #234C64;
}
.TagClassName
{
border-color: #234C64;
}
</style>