Shades of Arapawa #284B5E
Tints of Arapawa #284B5E
RGB
CMYK
RGB Variations
Color information
#284B5E (or 0x284B5E) is known color: Arapawa. HEX triplet: 28, 4B and 5E. RGB value is (40,75,94). Sum of RGB (Red+Green+Blue) = 40+75+94=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #284B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B5E is #D7B4A1. Grayscale: #424242. Windows color (decimal): -14136482 or 6179624. OLE color: 6179624.
HSL color Cylindrical-coordinate representation of color #284B5E: hue angle of 201.11º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #284B5E is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 75 | 94 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.63 |
| HSL | 201.11º | 0.4% | 0.26% | - |
| HSV(B) | 201.11º | 0.57% | 0.37% | - |
| XYZ | 5.41 | 6.29 | 11.52 | - |
| YUV | 66.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 94 | 0.57 | 0.20 | 0 | 0.63 | 201.11 | 0.4 | 0.26 |
| Hex | 28 | 4B | 5E | 39 | 14 | 0 | 3F | C9 | 28 | 1A |
| Octal | 50 | 113 | 136 | 71 | 24 | 0 | 77 | 311 | 50 | 32 |
| Binary | 101000 | 1001011 | 1011110 | 111001 | 10100 | 0 | 111111 | 11001001 | 101000 | 11010 |
Color Harmonies of #284B5E
Complementary color
Monochromatic Colors of #284B5E
Black with #284B5E
Text Example
Text Example
White with #284B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B5E; }
p { color: rgb(40,75,94); }
H1.HeaderClassName
{
color: #284B5E;
}
.AnyTagClassName
{
color: #284B5E;
}
</style>
background-color css
<style>
a { background-color: #284B5E; }
a { background-color: rgb(40,75,94); }
div.DivClassName
{
background-color: #284B5E;
}
.BgClassName
{
background-color: #284B5E;
}
</style>
border-color css
<style>
span { border-color: #284B5E; }
span { border-color: rgb(40,75,94); }
td.TdClassName
{
border-color: #284B5E;
}
.TagClassName
{
border-color: #284B5E;
}
</style>