Shades of Deep Koamaru #282B71
Tints of Deep Koamaru #282B71
RGB
CMYK
RGB Variations
Color information
#282B71 (or 0x282B71) is known color: Deep Koamaru. HEX triplet: 28, 2B and 71. RGB value is (40,43,113). Sum of RGB (Red+Green+Blue) = 40+43+113=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #282B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B71 is #D7D48E. Grayscale: #313131. Windows color (decimal): -14144655 or 7416616. OLE color: 7416616.
HSL color Cylindrical-coordinate representation of color #282B71: hue angle of 237.53º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #282B71 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 43 | 113 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.56 |
| HSL | 237.53º | 0.48% | 0.3% | - |
| HSV(B) | 237.53º | 0.65% | 0.44% | - |
| XYZ | 4.72 | 3.37 | 16.02 | - |
| YUV | 50.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 113 | 0.65 | 0.62 | 0 | 0.56 | 237.53 | 0.48 | 0.3 |
| Hex | 28 | 2B | 71 | 41 | 3E | 0 | 38 | EE | 30 | 1E |
| Octal | 50 | 53 | 161 | 101 | 76 | 0 | 70 | 356 | 60 | 36 |
| Binary | 101000 | 101011 | 1110001 | 1000001 | 111110 | 0 | 111000 | 11101110 | 110000 | 11110 |
Color Harmonies of #282B71
Complementary color
Monochromatic Colors of #282B71
Black with #282B71
Text Example
Text Example
White with #282B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B71; }
p { color: rgb(40,43,113); }
H1.HeaderClassName
{
color: #282B71;
}
.AnyTagClassName
{
color: #282B71;
}
</style>
background-color css
<style>
a { background-color: #282B71; }
a { background-color: rgb(40,43,113); }
div.DivClassName
{
background-color: #282B71;
}
.BgClassName
{
background-color: #282B71;
}
</style>
border-color css
<style>
span { border-color: #282B71; }
span { border-color: rgb(40,43,113); }
td.TdClassName
{
border-color: #282B71;
}
.TagClassName
{
border-color: #282B71;
}
</style>