Shades of Deep Koamaru #282F69
Tints of Deep Koamaru #282F69
RGB
CMYK
RGB Variations
Color information
#282F69 (or 0x282F69) is known color: Deep Koamaru. HEX triplet: 28, 2F and 69. RGB value is (40,47,105). Sum of RGB (Red+Green+Blue) = 40+47+105=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #282F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F69 is #D7D096. Grayscale: #333333. Windows color (decimal): -14143639 or 6893352. OLE color: 6893352.
HSL color Cylindrical-coordinate representation of color #282F69: hue angle of 233.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #282F69 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 47 | 105 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.59 |
| HSL | 233.54º | 0.45% | 0.28% | - |
| HSV(B) | 233.54º | 0.62% | 0.41% | - |
| XYZ | 4.44 | 3.5 | 13.81 | - |
| YUV | 51.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 105 | 0.62 | 0.55 | 0 | 0.59 | 233.54 | 0.45 | 0.28 |
| Hex | 28 | 2F | 69 | 3E | 37 | 0 | 3B | EA | 2D | 1C |
| Octal | 50 | 57 | 151 | 76 | 67 | 0 | 73 | 352 | 55 | 34 |
| Binary | 101000 | 101111 | 1101001 | 111110 | 110111 | 0 | 111011 | 11101010 | 101101 | 11100 |
Color Harmonies of #282F69
Complementary color
Monochromatic Colors of #282F69
Black with #282F69
Text Example
Text Example
White with #282F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F69; }
p { color: rgb(40,47,105); }
H1.HeaderClassName
{
color: #282F69;
}
.AnyTagClassName
{
color: #282F69;
}
</style>
background-color css
<style>
a { background-color: #282F69; }
a { background-color: rgb(40,47,105); }
div.DivClassName
{
background-color: #282F69;
}
.BgClassName
{
background-color: #282F69;
}
</style>
border-color css
<style>
span { border-color: #282F69; }
span { border-color: rgb(40,47,105); }
td.TdClassName
{
border-color: #282F69;
}
.TagClassName
{
border-color: #282F69;
}
</style>