Shades of Arapawa #234B6C
Tints of Arapawa #234B6C
RGB
CMYK
RGB Variations
Color information
#234B6C (or 0x234B6C) is known color: Arapawa. HEX triplet: 23, 4B and 6C. RGB value is (35,75,108). Sum of RGB (Red+Green+Blue) = 35+75+108=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #234B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B6C is #DCB493. Grayscale: #424242. Windows color (decimal): -14464148 or 7097123. OLE color: 7097123.
HSL color Cylindrical-coordinate representation of color #234B6C: hue angle of 207.12º 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 #234B6C is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 75 | 108 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.58 |
| HSL | 207.12º | 0.51% | 0.28% | - |
| HSV(B) | 207.12º | 0.68% | 0.42% | - |
| XYZ | 5.92 | 6.47 | 15.12 | - |
| YUV | 66.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 108 | 0.68 | 0.31 | 0 | 0.58 | 207.12 | 0.51 | 0.28 |
| Hex | 23 | 4B | 6C | 44 | 1F | 0 | 3A | CF | 33 | 1C |
| Octal | 43 | 113 | 154 | 104 | 37 | 0 | 72 | 317 | 63 | 34 |
| Binary | 100011 | 1001011 | 1101100 | 1000100 | 11111 | 0 | 111010 | 11001111 | 110011 | 11100 |
Color Harmonies of #234B6C
Complementary color
Monochromatic Colors of #234B6C
Black with #234B6C
Text Example
Text Example
White with #234B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B6C; }
p { color: rgb(35,75,108); }
H1.HeaderClassName
{
color: #234B6C;
}
.AnyTagClassName
{
color: #234B6C;
}
</style>
background-color css
<style>
a { background-color: #234B6C; }
a { background-color: rgb(35,75,108); }
div.DivClassName
{
background-color: #234B6C;
}
.BgClassName
{
background-color: #234B6C;
}
</style>
border-color css
<style>
span { border-color: #234B6C; }
span { border-color: rgb(35,75,108); }
td.TdClassName
{
border-color: #234B6C;
}
.TagClassName
{
border-color: #234B6C;
}
</style>