Shades of Arapawa #2B4E64
Tints of Arapawa #2B4E64
RGB
CMYK
RGB Variations
Color information
#2B4E64 (or 0x2B4E64) is known color: Arapawa. HEX triplet: 2B, 4E and 64. RGB value is (43,78,100). Sum of RGB (Red+Green+Blue) = 43+78+100=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #2B4E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4E64 is #D4B19B. Grayscale: #454545. Windows color (decimal): -13939100 or 6573611. OLE color: 6573611.
HSL color Cylindrical-coordinate representation of color #2B4E64: hue angle of 203.16º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B4E64 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 78 | 100 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.61 |
| HSL | 203.16º | 0.4% | 0.28% | - |
| HSV(B) | 203.16º | 0.57% | 0.39% | - |
| XYZ | 6.02 | 6.88 | 13.07 | - |
| YUV | 70.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 100 | 0.57 | 0.22 | 0 | 0.61 | 203.16 | 0.4 | 0.28 |
| Hex | 2B | 4E | 64 | 39 | 16 | 0 | 3D | CB | 28 | 1C |
| Octal | 53 | 116 | 144 | 71 | 26 | 0 | 75 | 313 | 50 | 34 |
| Binary | 101011 | 1001110 | 1100100 | 111001 | 10110 | 0 | 111101 | 11001011 | 101000 | 11100 |
Color Harmonies of #2B4E64
Complementary color
Monochromatic Colors of #2B4E64
Black with #2B4E64
Text Example
Text Example
White with #2B4E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4E64; }
p { color: rgb(43,78,100); }
H1.HeaderClassName
{
color: #2B4E64;
}
.AnyTagClassName
{
color: #2B4E64;
}
</style>
background-color css
<style>
a { background-color: #2B4E64; }
a { background-color: rgb(43,78,100); }
div.DivClassName
{
background-color: #2B4E64;
}
.BgClassName
{
background-color: #2B4E64;
}
</style>
border-color css
<style>
span { border-color: #2B4E64; }
span { border-color: rgb(43,78,100); }
td.TdClassName
{
border-color: #2B4E64;
}
.TagClassName
{
border-color: #2B4E64;
}
</style>