Shades of Deep Koamaru #283065
Tints of Deep Koamaru #283065
RGB
CMYK
RGB Variations
Color information
#283065 (or 0x283065) is known color: Deep Koamaru. HEX triplet: 28, 30 and 65. RGB value is (40,48,101). Sum of RGB (Red+Green+Blue) = 40+48+101=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #283065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283065 is #D7CF9A. Grayscale: #333333. Windows color (decimal): -14143387 or 6631464. OLE color: 6631464.
HSL color Cylindrical-coordinate representation of color #283065: hue angle of 232.13º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #283065 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 48 | 101 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.60 |
| HSL | 232.13º | 0.43% | 0.28% | - |
| HSV(B) | 232.13º | 0.6% | 0.4% | - |
| XYZ | 4.28 | 3.5 | 12.76 | - |
| YUV | 51.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 101 | 0.60 | 0.52 | 0 | 0.60 | 232.13 | 0.43 | 0.28 |
| Hex | 28 | 30 | 65 | 3C | 34 | 0 | 3C | E8 | 2B | 1C |
| Octal | 50 | 60 | 145 | 74 | 64 | 0 | 74 | 350 | 53 | 34 |
| Binary | 101000 | 110000 | 1100101 | 111100 | 110100 | 0 | 111100 | 11101000 | 101011 | 11100 |
Color Harmonies of #283065
Complementary color
Monochromatic Colors of #283065
Black with #283065
Text Example
Text Example
White with #283065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283065; }
p { color: rgb(40,48,101); }
H1.HeaderClassName
{
color: #283065;
}
.AnyTagClassName
{
color: #283065;
}
</style>
background-color css
<style>
a { background-color: #283065; }
a { background-color: rgb(40,48,101); }
div.DivClassName
{
background-color: #283065;
}
.BgClassName
{
background-color: #283065;
}
</style>
border-color css
<style>
span { border-color: #283065; }
span { border-color: rgb(40,48,101); }
td.TdClassName
{
border-color: #283065;
}
.TagClassName
{
border-color: #283065;
}
</style>