Shades of Arapawa #2B5462
Tints of Arapawa #2B5462
RGB
CMYK
RGB Variations
Color information
#2B5462 (or 0x2B5462) is known color: Arapawa. HEX triplet: 2B, 54 and 62. RGB value is (43,84,98). Sum of RGB (Red+Green+Blue) = 43+84+98=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B5462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5462 is #D4AB9D. Grayscale: #494949. Windows color (decimal): -13937566 or 6444075. OLE color: 6444075.
HSL color Cylindrical-coordinate representation of color #2B5462: hue angle of 195.27º 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 #2B5462 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 84 | 98 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.62 |
| HSL | 195.27º | 0.39% | 0.28% | - |
| HSV(B) | 195.27º | 0.56% | 0.38% | - |
| XYZ | 6.37 | 7.74 | 12.71 | - |
| YUV | 73.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 98 | 0.56 | 0.14 | 0 | 0.62 | 195.27 | 0.39 | 0.28 |
| Hex | 2B | 54 | 62 | 38 | E | 0 | 3E | C3 | 27 | 1C |
| Octal | 53 | 124 | 142 | 70 | 16 | 0 | 76 | 303 | 47 | 34 |
| Binary | 101011 | 1010100 | 1100010 | 111000 | 1110 | 0 | 111110 | 11000011 | 100111 | 11100 |
Color Harmonies of #2B5462
Complementary color
Monochromatic Colors of #2B5462
Black with #2B5462
Text Example
Text Example
White with #2B5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5462; }
p { color: rgb(43,84,98); }
H1.HeaderClassName
{
color: #2B5462;
}
.AnyTagClassName
{
color: #2B5462;
}
</style>
background-color css
<style>
a { background-color: #2B5462; }
a { background-color: rgb(43,84,98); }
div.DivClassName
{
background-color: #2B5462;
}
.BgClassName
{
background-color: #2B5462;
}
</style>
border-color css
<style>
span { border-color: #2B5462; }
span { border-color: rgb(43,84,98); }
td.TdClassName
{
border-color: #2B5462;
}
.TagClassName
{
border-color: #2B5462;
}
</style>