Shades of Arapawa #284B67
Tints of Arapawa #284B67
RGB
CMYK
RGB Variations
Color information
#284B67 (or 0x284B67) is known color: Arapawa. HEX triplet: 28, 4B and 67. RGB value is (40,75,103). Sum of RGB (Red+Green+Blue) = 40+75+103=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #284B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B67 is #D7B498. Grayscale: #434343. Windows color (decimal): -14136473 or 6769448. OLE color: 6769448.
HSL color Cylindrical-coordinate representation of color #284B67: hue angle of 206.67º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #284B67 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 75 | 103 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.60 |
| HSL | 206.67º | 0.44% | 0.28% | - |
| HSV(B) | 206.67º | 0.61% | 0.4% | - |
| XYZ | 5.84 | 6.46 | 13.77 | - |
| YUV | 67.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 103 | 0.61 | 0.27 | 0 | 0.60 | 206.67 | 0.44 | 0.28 |
| Hex | 28 | 4B | 67 | 3D | 1B | 0 | 3C | CF | 2C | 1C |
| Octal | 50 | 113 | 147 | 75 | 33 | 0 | 74 | 317 | 54 | 34 |
| Binary | 101000 | 1001011 | 1100111 | 111101 | 11011 | 0 | 111100 | 11001111 | 101100 | 11100 |
Color Harmonies of #284B67
Complementary color
Monochromatic Colors of #284B67
Black with #284B67
Text Example
Text Example
White with #284B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B67; }
p { color: rgb(40,75,103); }
H1.HeaderClassName
{
color: #284B67;
}
.AnyTagClassName
{
color: #284B67;
}
</style>
background-color css
<style>
a { background-color: #284B67; }
a { background-color: rgb(40,75,103); }
div.DivClassName
{
background-color: #284B67;
}
.BgClassName
{
background-color: #284B67;
}
</style>
border-color css
<style>
span { border-color: #284B67; }
span { border-color: rgb(40,75,103); }
td.TdClassName
{
border-color: #284B67;
}
.TagClassName
{
border-color: #284B67;
}
</style>