Shades of Deep Koamaru #282B6B
Tints of Deep Koamaru #282B6B
RGB
CMYK
RGB Variations
Color information
#282B6B (or 0x282B6B) is known color: Deep Koamaru. HEX triplet: 28, 2B and 6B. RGB value is (40,43,107). Sum of RGB (Red+Green+Blue) = 40+43+107=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #282B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B6B is #D7D494. Grayscale: #313131. Windows color (decimal): -14144661 or 7023400. OLE color: 7023400.
HSL color Cylindrical-coordinate representation of color #282B6B: hue angle of 237.31º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282B6B is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 43 | 107 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.58 |
| HSL | 237.31º | 0.46% | 0.29% | - |
| HSV(B) | 237.31º | 0.63% | 0.42% | - |
| XYZ | 4.39 | 3.24 | 14.3 | - |
| YUV | 49.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 107 | 0.63 | 0.60 | 0 | 0.58 | 237.31 | 0.46 | 0.29 |
| Hex | 28 | 2B | 6B | 3F | 3C | 0 | 3A | ED | 2E | 1D |
| Octal | 50 | 53 | 153 | 77 | 74 | 0 | 72 | 355 | 56 | 35 |
| Binary | 101000 | 101011 | 1101011 | 111111 | 111100 | 0 | 111010 | 11101101 | 101110 | 11101 |
Color Harmonies of #282B6B
Complementary color
Monochromatic Colors of #282B6B
Black with #282B6B
Text Example
Text Example
White with #282B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B6B; }
p { color: rgb(40,43,107); }
H1.HeaderClassName
{
color: #282B6B;
}
.AnyTagClassName
{
color: #282B6B;
}
</style>
background-color css
<style>
a { background-color: #282B6B; }
a { background-color: rgb(40,43,107); }
div.DivClassName
{
background-color: #282B6B;
}
.BgClassName
{
background-color: #282B6B;
}
</style>
border-color css
<style>
span { border-color: #282B6B; }
span { border-color: rgb(40,43,107); }
td.TdClassName
{
border-color: #282B6B;
}
.TagClassName
{
border-color: #282B6B;
}
</style>