Shades of Arapawa #2B4B65
Tints of Arapawa #2B4B65
RGB
CMYK
RGB Variations
Color information
#2B4B65 (or 0x2B4B65) is known color: Arapawa. HEX triplet: 2B, 4B and 65. RGB value is (43,75,101). Sum of RGB (Red+Green+Blue) = 43+75+101=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B4B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4B65 is #D4B49A. Grayscale: #444444. Windows color (decimal): -13939867 or 6638379. OLE color: 6638379.
HSL color Cylindrical-coordinate representation of color #2B4B65: hue angle of 206.9º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B4B65 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 75 | 101 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.60 |
| HSL | 206.9º | 0.4% | 0.28% | - |
| HSV(B) | 206.9º | 0.57% | 0.4% | - |
| XYZ | 5.86 | 6.49 | 13.25 | - |
| YUV | 68.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 101 | 0.57 | 0.26 | 0 | 0.60 | 206.9 | 0.4 | 0.28 |
| Hex | 2B | 4B | 65 | 39 | 1A | 0 | 3C | CF | 28 | 1C |
| Octal | 53 | 113 | 145 | 71 | 32 | 0 | 74 | 317 | 50 | 34 |
| Binary | 101011 | 1001011 | 1100101 | 111001 | 11010 | 0 | 111100 | 11001111 | 101000 | 11100 |
Color Harmonies of #2B4B65
Complementary color
Monochromatic Colors of #2B4B65
Black with #2B4B65
Text Example
Text Example
White with #2B4B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4B65; }
p { color: rgb(43,75,101); }
H1.HeaderClassName
{
color: #2B4B65;
}
.AnyTagClassName
{
color: #2B4B65;
}
</style>
background-color css
<style>
a { background-color: #2B4B65; }
a { background-color: rgb(43,75,101); }
div.DivClassName
{
background-color: #2B4B65;
}
.BgClassName
{
background-color: #2B4B65;
}
</style>
border-color css
<style>
span { border-color: #2B4B65; }
span { border-color: rgb(43,75,101); }
td.TdClassName
{
border-color: #2B4B65;
}
.TagClassName
{
border-color: #2B4B65;
}
</style>