Shades of Arapawa #234E66
Tints of Arapawa #234E66
RGB
CMYK
RGB Variations
Color information
#234E66 (or 0x234E66) is known color: Arapawa. HEX triplet: 23, 4E and 66. RGB value is (35,78,102). Sum of RGB (Red+Green+Blue) = 35+78+102=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #234E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E66 is #DCB199. Grayscale: #434343. Windows color (decimal): -14463386 or 6704675. OLE color: 6704675.
HSL color Cylindrical-coordinate representation of color #234E66: hue angle of 201.49º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #234E66 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 78 | 102 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.6 |
| HSL | 201.49º | 0.49% | 0.27% | - |
| HSV(B) | 201.49º | 0.66% | 0.4% | - |
| XYZ | 5.82 | 6.77 | 13.57 | - |
| YUV | 67.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 102 | 0.66 | 0.24 | 0 | 0.6 | 201.49 | 0.49 | 0.27 |
| Hex | 23 | 4E | 66 | 42 | 18 | 0 | 3C | C9 | 31 | 1B |
| Octal | 43 | 116 | 146 | 102 | 30 | 0 | 74 | 311 | 61 | 33 |
| Binary | 100011 | 1001110 | 1100110 | 1000010 | 11000 | 0 | 111100 | 11001001 | 110001 | 11011 |
Color Harmonies of #234E66
Complementary color
Monochromatic Colors of #234E66
Black with #234E66
Text Example
Text Example
White with #234E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E66; }
p { color: rgb(35,78,102); }
H1.HeaderClassName
{
color: #234E66;
}
.AnyTagClassName
{
color: #234E66;
}
</style>
background-color css
<style>
a { background-color: #234E66; }
a { background-color: rgb(35,78,102); }
div.DivClassName
{
background-color: #234E66;
}
.BgClassName
{
background-color: #234E66;
}
</style>
border-color css
<style>
span { border-color: #234E66; }
span { border-color: rgb(35,78,102); }
td.TdClassName
{
border-color: #234E66;
}
.TagClassName
{
border-color: #234E66;
}
</style>