Shades of Arapawa #234E6B
Tints of Arapawa #234E6B
RGB
CMYK
RGB Variations
Color information
#234E6B (or 0x234E6B) is known color: Arapawa. HEX triplet: 23, 4E and 6B. RGB value is (35,78,107). Sum of RGB (Red+Green+Blue) = 35+78+107=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #234E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E6B is #DCB194. Grayscale: #444444. Windows color (decimal): -14463381 or 7032355. OLE color: 7032355.
HSL color Cylindrical-coordinate representation of color #234E6B: hue angle of 204.17º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #234E6B is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 78 | 107 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.58 |
| HSL | 204.17º | 0.51% | 0.28% | - |
| HSV(B) | 204.17º | 0.67% | 0.42% | - |
| XYZ | 6.07 | 6.87 | 14.92 | - |
| YUV | 68.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 107 | 0.67 | 0.27 | 0 | 0.58 | 204.17 | 0.51 | 0.28 |
| Hex | 23 | 4E | 6B | 43 | 1B | 0 | 3A | CC | 33 | 1C |
| Octal | 43 | 116 | 153 | 103 | 33 | 0 | 72 | 314 | 63 | 34 |
| Binary | 100011 | 1001110 | 1101011 | 1000011 | 11011 | 0 | 111010 | 11001100 | 110011 | 11100 |
Color Harmonies of #234E6B
Complementary color
Monochromatic Colors of #234E6B
Black with #234E6B
Text Example
Text Example
White with #234E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E6B; }
p { color: rgb(35,78,107); }
H1.HeaderClassName
{
color: #234E6B;
}
.AnyTagClassName
{
color: #234E6B;
}
</style>
background-color css
<style>
a { background-color: #234E6B; }
a { background-color: rgb(35,78,107); }
div.DivClassName
{
background-color: #234E6B;
}
.BgClassName
{
background-color: #234E6B;
}
</style>
border-color css
<style>
span { border-color: #234E6B; }
span { border-color: rgb(35,78,107); }
td.TdClassName
{
border-color: #234E6B;
}
.TagClassName
{
border-color: #234E6B;
}
</style>