Shades of Deep Koamaru #282F6C
Tints of Deep Koamaru #282F6C
RGB
CMYK
RGB Variations
Color information
#282F6C (or 0x282F6C) is known color: Deep Koamaru. HEX triplet: 28, 2F and 6C. RGB value is (40,47,108). Sum of RGB (Red+Green+Blue) = 40+47+108=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #282F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F6C is #D7D093. Grayscale: #333333. Windows color (decimal): -14143636 or 7089960. OLE color: 7089960.
HSL color Cylindrical-coordinate representation of color #282F6C: hue angle of 233.82º 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 #282F6C is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 47 | 108 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.58 |
| HSL | 233.82º | 0.46% | 0.29% | - |
| HSV(B) | 233.82º | 0.63% | 0.42% | - |
| XYZ | 4.6 | 3.57 | 14.63 | - |
| YUV | 51.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 108 | 0.63 | 0.56 | 0 | 0.58 | 233.82 | 0.46 | 0.29 |
| Hex | 28 | 2F | 6C | 3F | 38 | 0 | 3A | EA | 2E | 1D |
| Octal | 50 | 57 | 154 | 77 | 70 | 0 | 72 | 352 | 56 | 35 |
| Binary | 101000 | 101111 | 1101100 | 111111 | 111000 | 0 | 111010 | 11101010 | 101110 | 11101 |
Color Harmonies of #282F6C
Complementary color
Monochromatic Colors of #282F6C
Black with #282F6C
Text Example
Text Example
White with #282F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F6C; }
p { color: rgb(40,47,108); }
H1.HeaderClassName
{
color: #282F6C;
}
.AnyTagClassName
{
color: #282F6C;
}
</style>
background-color css
<style>
a { background-color: #282F6C; }
a { background-color: rgb(40,47,108); }
div.DivClassName
{
background-color: #282F6C;
}
.BgClassName
{
background-color: #282F6C;
}
</style>
border-color css
<style>
span { border-color: #282F6C; }
span { border-color: rgb(40,47,108); }
td.TdClassName
{
border-color: #282F6C;
}
.TagClassName
{
border-color: #282F6C;
}
</style>