Shades of Arapawa #2B4E67
Tints of Arapawa #2B4E67
RGB
CMYK
RGB Variations
Color information
#2B4E67 (or 0x2B4E67) is known color: Arapawa. HEX triplet: 2B, 4E and 67. RGB value is (43,78,103). Sum of RGB (Red+Green+Blue) = 43+78+103=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B4E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4E67 is #D4B198. Grayscale: #464646. Windows color (decimal): -13939097 or 6770219. OLE color: 6770219.
HSL color Cylindrical-coordinate representation of color #2B4E67: hue angle of 205º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B4E67 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 78 | 103 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.60 |
| HSL | 205º | 0.41% | 0.29% | - |
| HSV(B) | 205º | 0.58% | 0.4% | - |
| XYZ | 6.17 | 6.94 | 13.85 | - |
| YUV | 70.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 103 | 0.58 | 0.24 | 0 | 0.60 | 205 | 0.41 | 0.29 |
| Hex | 2B | 4E | 67 | 3A | 18 | 0 | 3C | CD | 29 | 1D |
| Octal | 53 | 116 | 147 | 72 | 30 | 0 | 74 | 315 | 51 | 35 |
| Binary | 101011 | 1001110 | 1100111 | 111010 | 11000 | 0 | 111100 | 11001101 | 101001 | 11101 |
Color Harmonies of #2B4E67
Complementary color
Monochromatic Colors of #2B4E67
Black with #2B4E67
Text Example
Text Example
White with #2B4E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4E67; }
p { color: rgb(43,78,103); }
H1.HeaderClassName
{
color: #2B4E67;
}
.AnyTagClassName
{
color: #2B4E67;
}
</style>
background-color css
<style>
a { background-color: #2B4E67; }
a { background-color: rgb(43,78,103); }
div.DivClassName
{
background-color: #2B4E67;
}
.BgClassName
{
background-color: #2B4E67;
}
</style>
border-color css
<style>
span { border-color: #2B4E67; }
span { border-color: rgb(43,78,103); }
td.TdClassName
{
border-color: #2B4E67;
}
.TagClassName
{
border-color: #2B4E67;
}
</style>