Shades of Deep Koamaru #252868
Tints of Deep Koamaru #252868
RGB
CMYK
RGB Variations
Color information
#252868 (or 0x252868) is known color: Deep Koamaru. HEX triplet: 25, 28 and 68. RGB value is (37,40,104). Sum of RGB (Red+Green+Blue) = 37+40+104=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #252868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252868 is #DAD797. Grayscale: #2E2E2E. Windows color (decimal): -14342040 or 6826021. OLE color: 6826021.
HSL color Cylindrical-coordinate representation of color #252868: hue angle of 237.31º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #252868 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 40 | 104 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.59 |
| HSL | 237.31º | 0.48% | 0.28% | - |
| HSV(B) | 237.31º | 0.64% | 0.41% | - |
| XYZ | 4.02 | 2.91 | 13.45 | - |
| YUV | 46.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 104 | 0.64 | 0.62 | 0 | 0.59 | 237.31 | 0.48 | 0.28 |
| Hex | 25 | 28 | 68 | 40 | 3E | 0 | 3B | ED | 30 | 1C |
| Octal | 45 | 50 | 150 | 100 | 76 | 0 | 73 | 355 | 60 | 34 |
| Binary | 100101 | 101000 | 1101000 | 1000000 | 111110 | 0 | 111011 | 11101101 | 110000 | 11100 |
Color Harmonies of #252868
Complementary color
Monochromatic Colors of #252868
Black with #252868
Text Example
Text Example
White with #252868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252868; }
p { color: rgb(37,40,104); }
H1.HeaderClassName
{
color: #252868;
}
.AnyTagClassName
{
color: #252868;
}
</style>
background-color css
<style>
a { background-color: #252868; }
a { background-color: rgb(37,40,104); }
div.DivClassName
{
background-color: #252868;
}
.BgClassName
{
background-color: #252868;
}
</style>
border-color css
<style>
span { border-color: #252868; }
span { border-color: rgb(37,40,104); }
td.TdClassName
{
border-color: #252868;
}
.TagClassName
{
border-color: #252868;
}
</style>