Shades of Arapawa #234C6C
Tints of Arapawa #234C6C
RGB
CMYK
RGB Variations
Color information
#234C6C (or 0x234C6C) is known color: Arapawa. HEX triplet: 23, 4C and 6C. RGB value is (35,76,108). Sum of RGB (Red+Green+Blue) = 35+76+108=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #234C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C6C is #DCB393. Grayscale: #434343. Windows color (decimal): -14463892 or 7097379. OLE color: 7097379.
HSL color Cylindrical-coordinate representation of color #234C6C: hue angle of 206.3º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #234C6C is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 76 | 108 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.58 |
| HSL | 206.3º | 0.51% | 0.28% | - |
| HSV(B) | 206.3º | 0.68% | 0.42% | - |
| XYZ | 5.98 | 6.61 | 15.15 | - |
| YUV | 67.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 108 | 0.68 | 0.30 | 0 | 0.58 | 206.3 | 0.51 | 0.28 |
| Hex | 23 | 4C | 6C | 44 | 1E | 0 | 3A | CE | 33 | 1C |
| Octal | 43 | 114 | 154 | 104 | 36 | 0 | 72 | 316 | 63 | 34 |
| Binary | 100011 | 1001100 | 1101100 | 1000100 | 11110 | 0 | 111010 | 11001110 | 110011 | 11100 |
Color Harmonies of #234C6C
Complementary color
Monochromatic Colors of #234C6C
Black with #234C6C
Text Example
Text Example
White with #234C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C6C; }
p { color: rgb(35,76,108); }
H1.HeaderClassName
{
color: #234C6C;
}
.AnyTagClassName
{
color: #234C6C;
}
</style>
background-color css
<style>
a { background-color: #234C6C; }
a { background-color: rgb(35,76,108); }
div.DivClassName
{
background-color: #234C6C;
}
.BgClassName
{
background-color: #234C6C;
}
</style>
border-color css
<style>
span { border-color: #234C6C; }
span { border-color: rgb(35,76,108); }
td.TdClassName
{
border-color: #234C6C;
}
.TagClassName
{
border-color: #234C6C;
}
</style>