Shades of Arapawa #2B5362
Tints of Arapawa #2B5362
RGB
CMYK
RGB Variations
Color information
#2B5362 (or 0x2B5362) is known color: Arapawa. HEX triplet: 2B, 53 and 62. RGB value is (43,83,98). Sum of RGB (Red+Green+Blue) = 43+83+98=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B5362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5362 is #D4AC9D. Grayscale: #484848. Windows color (decimal): -13937822 or 6443819. OLE color: 6443819.
HSL color Cylindrical-coordinate representation of color #2B5362: hue angle of 196.36º 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 #2B5362 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 83 | 98 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.62 |
| HSL | 196.36º | 0.39% | 0.28% | - |
| HSV(B) | 196.36º | 0.56% | 0.38% | - |
| XYZ | 6.29 | 7.58 | 12.69 | - |
| YUV | 72.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 98 | 0.56 | 0.15 | 0 | 0.62 | 196.36 | 0.39 | 0.28 |
| Hex | 2B | 53 | 62 | 38 | F | 0 | 3E | C4 | 27 | 1C |
| Octal | 53 | 123 | 142 | 70 | 17 | 0 | 76 | 304 | 47 | 34 |
| Binary | 101011 | 1010011 | 1100010 | 111000 | 1111 | 0 | 111110 | 11000100 | 100111 | 11100 |
Color Harmonies of #2B5362
Complementary color
Monochromatic Colors of #2B5362
Black with #2B5362
Text Example
Text Example
White with #2B5362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5362; }
p { color: rgb(43,83,98); }
H1.HeaderClassName
{
color: #2B5362;
}
.AnyTagClassName
{
color: #2B5362;
}
</style>
background-color css
<style>
a { background-color: #2B5362; }
a { background-color: rgb(43,83,98); }
div.DivClassName
{
background-color: #2B5362;
}
.BgClassName
{
background-color: #2B5362;
}
</style>
border-color css
<style>
span { border-color: #2B5362; }
span { border-color: rgb(43,83,98); }
td.TdClassName
{
border-color: #2B5362;
}
.TagClassName
{
border-color: #2B5362;
}
</style>