Shades of Deep Koamaru #282F66
Tints of Deep Koamaru #282F66
RGB
CMYK
RGB Variations
Color information
#282F66 (or 0x282F66) is known color: Deep Koamaru. HEX triplet: 28, 2F and 66. RGB value is (40,47,102). Sum of RGB (Red+Green+Blue) = 40+47+102=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #282F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F66 is #D7D099. Grayscale: #323232. Windows color (decimal): -14143642 or 6696744. OLE color: 6696744.
HSL color Cylindrical-coordinate representation of color #282F66: hue angle of 233.23º 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 #282F66 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 47 | 102 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.6 |
| HSL | 233.23º | 0.44% | 0.28% | - |
| HSV(B) | 233.23º | 0.61% | 0.4% | - |
| XYZ | 4.29 | 3.44 | 13.01 | - |
| YUV | 51.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 102 | 0.61 | 0.54 | 0 | 0.6 | 233.23 | 0.44 | 0.28 |
| Hex | 28 | 2F | 66 | 3D | 36 | 0 | 3C | E9 | 2C | 1C |
| Octal | 50 | 57 | 146 | 75 | 66 | 0 | 74 | 351 | 54 | 34 |
| Binary | 101000 | 101111 | 1100110 | 111101 | 110110 | 0 | 111100 | 11101001 | 101100 | 11100 |
Color Harmonies of #282F66
Complementary color
Monochromatic Colors of #282F66
Black with #282F66
Text Example
Text Example
White with #282F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F66; }
p { color: rgb(40,47,102); }
H1.HeaderClassName
{
color: #282F66;
}
.AnyTagClassName
{
color: #282F66;
}
</style>
background-color css
<style>
a { background-color: #282F66; }
a { background-color: rgb(40,47,102); }
div.DivClassName
{
background-color: #282F66;
}
.BgClassName
{
background-color: #282F66;
}
</style>
border-color css
<style>
span { border-color: #282F66; }
span { border-color: rgb(40,47,102); }
td.TdClassName
{
border-color: #282F66;
}
.TagClassName
{
border-color: #282F66;
}
</style>