Shades of Arapawa #28465A
Tints of Arapawa #28465A
RGB
CMYK
RGB Variations
Color information
#28465A (or 0x28465A) is known color: Arapawa. HEX triplet: 28, 46 and 5A. RGB value is (40,70,90). Sum of RGB (Red+Green+Blue) = 40+70+90=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #28465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28465A is #D7B9A5. Grayscale: #3F3F3F. Windows color (decimal): -14137766 or 5916200. OLE color: 5916200.
HSL color Cylindrical-coordinate representation of color #28465A: hue angle of 204º 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 #28465A is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 70 | 90 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.65 |
| HSL | 204º | 0.38% | 0.25% | - |
| HSV(B) | 204º | 0.56% | 0.35% | - |
| XYZ | 4.91 | 5.57 | 10.49 | - |
| YUV | 63.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 90 | 0.56 | 0.22 | 0 | 0.65 | 204 | 0.38 | 0.25 |
| Hex | 28 | 46 | 5A | 38 | 16 | 0 | 41 | CC | 26 | 19 |
| Octal | 50 | 106 | 132 | 70 | 26 | 0 | 101 | 314 | 46 | 31 |
| Binary | 101000 | 1000110 | 1011010 | 111000 | 10110 | 0 | 1000001 | 11001100 | 100110 | 11001 |
Color Harmonies of #28465A
Complementary color
Monochromatic Colors of #28465A
Black with #28465A
Text Example
Text Example
White with #28465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28465A; }
p { color: rgb(40,70,90); }
H1.HeaderClassName
{
color: #28465A;
}
.AnyTagClassName
{
color: #28465A;
}
</style>
background-color css
<style>
a { background-color: #28465A; }
a { background-color: rgb(40,70,90); }
div.DivClassName
{
background-color: #28465A;
}
.BgClassName
{
background-color: #28465A;
}
</style>
border-color css
<style>
span { border-color: #28465A; }
span { border-color: rgb(40,70,90); }
td.TdClassName
{
border-color: #28465A;
}
.TagClassName
{
border-color: #28465A;
}
</style>