Shades of Arapawa #28455A
Tints of Arapawa #28455A
RGB
CMYK
RGB Variations
Color information
#28455A (or 0x28455A) is known color: Arapawa. HEX triplet: 28, 45 and 5A. RGB value is (40,69,90). Sum of RGB (Red+Green+Blue) = 40+69+90=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #28455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28455A is #D7BAA5. Grayscale: #3E3E3E. Windows color (decimal): -14138022 or 5915944. OLE color: 5915944.
HSL color Cylindrical-coordinate representation of color #28455A: hue angle of 205.2º 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 #28455A is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 69 | 90 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.65 |
| HSL | 205.2º | 0.38% | 0.25% | - |
| HSV(B) | 205.2º | 0.56% | 0.35% | - |
| XYZ | 4.85 | 5.45 | 10.47 | - |
| YUV | 62.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 90 | 0.56 | 0.23 | 0 | 0.65 | 205.2 | 0.38 | 0.25 |
| Hex | 28 | 45 | 5A | 38 | 17 | 0 | 41 | CD | 26 | 19 |
| Octal | 50 | 105 | 132 | 70 | 27 | 0 | 101 | 315 | 46 | 31 |
| Binary | 101000 | 1000101 | 1011010 | 111000 | 10111 | 0 | 1000001 | 11001101 | 100110 | 11001 |
Color Harmonies of #28455A
Complementary color
Monochromatic Colors of #28455A
Black with #28455A
Text Example
Text Example
White with #28455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28455A; }
p { color: rgb(40,69,90); }
H1.HeaderClassName
{
color: #28455A;
}
.AnyTagClassName
{
color: #28455A;
}
</style>
background-color css
<style>
a { background-color: #28455A; }
a { background-color: rgb(40,69,90); }
div.DivClassName
{
background-color: #28455A;
}
.BgClassName
{
background-color: #28455A;
}
</style>
border-color css
<style>
span { border-color: #28455A; }
span { border-color: rgb(40,69,90); }
td.TdClassName
{
border-color: #28455A;
}
.TagClassName
{
border-color: #28455A;
}
</style>