Shades of Deep Koamaru #282D75
Tints of Deep Koamaru #282D75
RGB
CMYK
RGB Variations
Color information
#282D75 (or 0x282D75) is known color: Deep Koamaru. HEX triplet: 28, 2D and 75. RGB value is (40,45,117). Sum of RGB (Red+Green+Blue) = 40+45+117=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #282D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D75 is #D7D28A. Grayscale: #333333. Windows color (decimal): -14144139 or 7679272. OLE color: 7679272.
HSL color Cylindrical-coordinate representation of color #282D75: hue angle of 236.1º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #282D75 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 45 | 117 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.54 |
| HSL | 236.1º | 0.49% | 0.31% | - |
| HSV(B) | 236.1º | 0.66% | 0.46% | - |
| XYZ | 5.02 | 3.61 | 17.26 | - |
| YUV | 51.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 117 | 0.66 | 0.62 | 0 | 0.54 | 236.1 | 0.49 | 0.31 |
| Hex | 28 | 2D | 75 | 42 | 3E | 0 | 36 | EC | 31 | 1F |
| Octal | 50 | 55 | 165 | 102 | 76 | 0 | 66 | 354 | 61 | 37 |
| Binary | 101000 | 101101 | 1110101 | 1000010 | 111110 | 0 | 110110 | 11101100 | 110001 | 11111 |
Color Harmonies of #282D75
Complementary color
Monochromatic Colors of #282D75
Black with #282D75
Text Example
Text Example
White with #282D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D75; }
p { color: rgb(40,45,117); }
H1.HeaderClassName
{
color: #282D75;
}
.AnyTagClassName
{
color: #282D75;
}
</style>
background-color css
<style>
a { background-color: #282D75; }
a { background-color: rgb(40,45,117); }
div.DivClassName
{
background-color: #282D75;
}
.BgClassName
{
background-color: #282D75;
}
</style>
border-color css
<style>
span { border-color: #282D75; }
span { border-color: rgb(40,45,117); }
td.TdClassName
{
border-color: #282D75;
}
.TagClassName
{
border-color: #282D75;
}
</style>