Shades of Arapawa #2B5162
Tints of Arapawa #2B5162
RGB
CMYK
RGB Variations
Color information
#2B5162 (or 0x2B5162) is known color: Arapawa. HEX triplet: 2B, 51 and 62. RGB value is (43,81,98). Sum of RGB (Red+Green+Blue) = 43+81+98=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B5162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5162 is #D4AE9D. Grayscale: #474747. Windows color (decimal): -13938334 or 6443307. OLE color: 6443307.
HSL color Cylindrical-coordinate representation of color #2B5162: hue angle of 198.55º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B5162 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
RGB | 43 | 81 | 98 | - |
CMYK | 0.56 | 0.17 | 0 | 0.62 |
HSL | 198.55º | 0.39% | 0.28% | - |
HSV(B) | 198.55º | 0.56% | 0.38% | - |
XYZ | 6.14 | 7.28 | 12.64 | - |
YUV | 71.58 | 142.91 | 107.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 81 | 98 | 0.56 | 0.17 | 0 | 0.62 | 198.55 | 0.39 | 0.28 |
Hex | 2B | 51 | 62 | 38 | 11 | 0 | 3E | C7 | 27 | 1C |
Octal | 53 | 121 | 142 | 70 | 21 | 0 | 76 | 307 | 47 | 34 |
Binary | 101011 | 1010001 | 1100010 | 111000 | 10001 | 0 | 111110 | 11000111 | 100111 | 11100 |
Color Harmonies of #2B5162
Complementary color
Monochromatic Colors of #2B5162
Black with #2B5162
Text Example
Text Example
White with #2B5162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5162; }
p { color: rgb(43,81,98); }
H1.HeaderClassName
{
color: #2B5162;
}
.AnyTagClassName
{
color: #2B5162;
}
</style>
background-color css
<style>
a { background-color: #2B5162; }
a { background-color: rgb(43,81,98); }
div.DivClassName
{
background-color: #2B5162;
}
.BgClassName
{
background-color: #2B5162;
}
</style>
border-color css
<style>
span { border-color: #2B5162; }
span { border-color: rgb(43,81,98); }
td.TdClassName
{
border-color: #2B5162;
}
.TagClassName
{
border-color: #2B5162;
}
</style>