Shades of Arapawa #2B4A66
Tints of Arapawa #2B4A66
RGB
CMYK
RGB Variations
Color information
#2B4A66 (or 0x2B4A66) is known color: Arapawa. HEX triplet: 2B, 4A and 66. RGB value is (43,74,102). Sum of RGB (Red+Green+Blue) = 43+74+102=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B4A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4A66 is #D4B599. Grayscale: #434343. Windows color (decimal): -13940122 or 6703659. OLE color: 6703659.
HSL color Cylindrical-coordinate representation of color #2B4A66: hue angle of 208.47º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B4A66 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 74 | 102 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.6 |
| HSL | 208.47º | 0.41% | 0.28% | - |
| HSV(B) | 208.47º | 0.58% | 0.4% | - |
| XYZ | 5.84 | 6.37 | 13.49 | - |
| YUV | 67.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 102 | 0.58 | 0.27 | 0 | 0.6 | 208.47 | 0.41 | 0.28 |
| Hex | 2B | 4A | 66 | 3A | 1B | 0 | 3C | D0 | 29 | 1C |
| Octal | 53 | 112 | 146 | 72 | 33 | 0 | 74 | 320 | 51 | 34 |
| Binary | 101011 | 1001010 | 1100110 | 111010 | 11011 | 0 | 111100 | 11010000 | 101001 | 11100 |
Color Harmonies of #2B4A66
Complementary color
Monochromatic Colors of #2B4A66
Black with #2B4A66
Text Example
Text Example
White with #2B4A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4A66; }
p { color: rgb(43,74,102); }
H1.HeaderClassName
{
color: #2B4A66;
}
.AnyTagClassName
{
color: #2B4A66;
}
</style>
background-color css
<style>
a { background-color: #2B4A66; }
a { background-color: rgb(43,74,102); }
div.DivClassName
{
background-color: #2B4A66;
}
.BgClassName
{
background-color: #2B4A66;
}
</style>
border-color css
<style>
span { border-color: #2B4A66; }
span { border-color: rgb(43,74,102); }
td.TdClassName
{
border-color: #2B4A66;
}
.TagClassName
{
border-color: #2B4A66;
}
</style>