Shades of Arapawa #2B5065
Tints of Arapawa #2B5065
RGB
CMYK
RGB Variations
Color information
#2B5065 (or 0x2B5065) is known color: Arapawa. HEX triplet: 2B, 50 and 65. RGB value is (43,80,101). Sum of RGB (Red+Green+Blue) = 43+80+101=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B5065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5065 is #D4AF9A. Grayscale: #474747. Windows color (decimal): -13938587 or 6639659. OLE color: 6639659.
HSL color Cylindrical-coordinate representation of color #2B5065: hue angle of 201.72º 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 #2B5065 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 80 | 101 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.60 |
| HSL | 201.72º | 0.4% | 0.28% | - |
| HSV(B) | 201.72º | 0.57% | 0.4% | - |
| XYZ | 6.21 | 7.19 | 13.37 | - |
| YUV | 71.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 101 | 0.57 | 0.21 | 0 | 0.60 | 201.72 | 0.4 | 0.28 |
| Hex | 2B | 50 | 65 | 39 | 15 | 0 | 3C | CA | 28 | 1C |
| Octal | 53 | 120 | 145 | 71 | 25 | 0 | 74 | 312 | 50 | 34 |
| Binary | 101011 | 1010000 | 1100101 | 111001 | 10101 | 0 | 111100 | 11001010 | 101000 | 11100 |
Color Harmonies of #2B5065
Complementary color
Monochromatic Colors of #2B5065
Black with #2B5065
Text Example
Text Example
White with #2B5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5065; }
p { color: rgb(43,80,101); }
H1.HeaderClassName
{
color: #2B5065;
}
.AnyTagClassName
{
color: #2B5065;
}
</style>
background-color css
<style>
a { background-color: #2B5065; }
a { background-color: rgb(43,80,101); }
div.DivClassName
{
background-color: #2B5065;
}
.BgClassName
{
background-color: #2B5065;
}
</style>
border-color css
<style>
span { border-color: #2B5065; }
span { border-color: rgb(43,80,101); }
td.TdClassName
{
border-color: #2B5065;
}
.TagClassName
{
border-color: #2B5065;
}
</style>