Shades of Arapawa #2B4E62
Tints of Arapawa #2B4E62
RGB
CMYK
RGB Variations
Color information
#2B4E62 (or 0x2B4E62) is known color: Arapawa. HEX triplet: 2B, 4E and 62. RGB value is (43,78,98). Sum of RGB (Red+Green+Blue) = 43+78+98=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B4E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4E62 is #D4B19D. Grayscale: #454545. Windows color (decimal): -13939102 or 6442539. OLE color: 6442539.
HSL color Cylindrical-coordinate representation of color #2B4E62: hue angle of 201.82º 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 #2B4E62 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 78 | 98 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.62 |
| HSL | 201.82º | 0.39% | 0.28% | - |
| HSV(B) | 201.82º | 0.56% | 0.38% | - |
| XYZ | 5.93 | 6.84 | 12.56 | - |
| YUV | 69.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 98 | 0.56 | 0.20 | 0 | 0.62 | 201.82 | 0.39 | 0.28 |
| Hex | 2B | 4E | 62 | 38 | 14 | 0 | 3E | CA | 27 | 1C |
| Octal | 53 | 116 | 142 | 70 | 24 | 0 | 76 | 312 | 47 | 34 |
| Binary | 101011 | 1001110 | 1100010 | 111000 | 10100 | 0 | 111110 | 11001010 | 100111 | 11100 |
Color Harmonies of #2B4E62
Complementary color
Monochromatic Colors of #2B4E62
Black with #2B4E62
Text Example
Text Example
White with #2B4E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4E62; }
p { color: rgb(43,78,98); }
H1.HeaderClassName
{
color: #2B4E62;
}
.AnyTagClassName
{
color: #2B4E62;
}
</style>
background-color css
<style>
a { background-color: #2B4E62; }
a { background-color: rgb(43,78,98); }
div.DivClassName
{
background-color: #2B4E62;
}
.BgClassName
{
background-color: #2B4E62;
}
</style>
border-color css
<style>
span { border-color: #2B4E62; }
span { border-color: rgb(43,78,98); }
td.TdClassName
{
border-color: #2B4E62;
}
.TagClassName
{
border-color: #2B4E62;
}
</style>