Shades of Arapawa #28485A
Tints of Arapawa #28485A
RGB
CMYK
RGB Variations
Color information
#28485A (or 0x28485A) is known color: Arapawa. HEX triplet: 28, 48 and 5A. RGB value is (40,72,90). Sum of RGB (Red+Green+Blue) = 40+72+90=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #28485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28485A is #D7B7A5. Grayscale: #404040. Windows color (decimal): -14137254 or 5916712. OLE color: 5916712.
HSL color Cylindrical-coordinate representation of color #28485A: hue angle of 201.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28485A is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 72 | 90 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.65 |
| HSL | 201.6º | 0.38% | 0.25% | - |
| HSV(B) | 201.6º | 0.56% | 0.35% | - |
| XYZ | 5.04 | 5.82 | 10.53 | - |
| YUV | 64.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 90 | 0.56 | 0.20 | 0 | 0.65 | 201.6 | 0.38 | 0.25 |
| Hex | 28 | 48 | 5A | 38 | 14 | 0 | 41 | CA | 26 | 19 |
| Octal | 50 | 110 | 132 | 70 | 24 | 0 | 101 | 312 | 46 | 31 |
| Binary | 101000 | 1001000 | 1011010 | 111000 | 10100 | 0 | 1000001 | 11001010 | 100110 | 11001 |
Color Harmonies of #28485A
Complementary color
Monochromatic Colors of #28485A
Black with #28485A
Text Example
Text Example
White with #28485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28485A; }
p { color: rgb(40,72,90); }
H1.HeaderClassName
{
color: #28485A;
}
.AnyTagClassName
{
color: #28485A;
}
</style>
background-color css
<style>
a { background-color: #28485A; }
a { background-color: rgb(40,72,90); }
div.DivClassName
{
background-color: #28485A;
}
.BgClassName
{
background-color: #28485A;
}
</style>
border-color css
<style>
span { border-color: #28485A; }
span { border-color: rgb(40,72,90); }
td.TdClassName
{
border-color: #28485A;
}
.TagClassName
{
border-color: #28485A;
}
</style>