Shades of Arapawa #285366
Tints of Arapawa #285366
RGB
CMYK
RGB Variations
Color information
#285366 (or 0x285366) is known color: Arapawa. HEX triplet: 28, 53 and 66. RGB value is (40,83,102). Sum of RGB (Red+Green+Blue) = 40+83+102=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #285366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285366 is #D7AC99. Grayscale: #484848. Windows color (decimal): -14134426 or 6705960. OLE color: 6705960.
HSL color Cylindrical-coordinate representation of color #285366: hue angle of 198.39º 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 #285366 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 83 | 102 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.6 |
| HSL | 198.39º | 0.44% | 0.28% | - |
| HSV(B) | 198.39º | 0.61% | 0.4% | - |
| XYZ | 6.37 | 7.6 | 13.7 | - |
| YUV | 72.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 102 | 0.61 | 0.19 | 0 | 0.6 | 198.39 | 0.44 | 0.28 |
| Hex | 28 | 53 | 66 | 3D | 13 | 0 | 3C | C6 | 2C | 1C |
| Octal | 50 | 123 | 146 | 75 | 23 | 0 | 74 | 306 | 54 | 34 |
| Binary | 101000 | 1010011 | 1100110 | 111101 | 10011 | 0 | 111100 | 11000110 | 101100 | 11100 |
Color Harmonies of #285366
Complementary color
Monochromatic Colors of #285366
Black with #285366
Text Example
Text Example
White with #285366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285366; }
p { color: rgb(40,83,102); }
H1.HeaderClassName
{
color: #285366;
}
.AnyTagClassName
{
color: #285366;
}
</style>
background-color css
<style>
a { background-color: #285366; }
a { background-color: rgb(40,83,102); }
div.DivClassName
{
background-color: #285366;
}
.BgClassName
{
background-color: #285366;
}
</style>
border-color css
<style>
span { border-color: #285366; }
span { border-color: rgb(40,83,102); }
td.TdClassName
{
border-color: #285366;
}
.TagClassName
{
border-color: #285366;
}
</style>