Shades of Deep Koamaru #252D63
Tints of Deep Koamaru #252D63
RGB
CMYK
RGB Variations
Color information
#252D63 (or 0x252D63) is known color: Deep Koamaru. HEX triplet: 25, 2D and 63. RGB value is (37,45,99). Sum of RGB (Red+Green+Blue) = 37+45+99=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #252D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D63 is #DAD29C. Grayscale: #303030. Windows color (decimal): -14340765 or 6499621. OLE color: 6499621.
HSL color Cylindrical-coordinate representation of color #252D63: hue angle of 232.26º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252D63 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 45 | 99 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.61 |
| HSL | 232.26º | 0.46% | 0.27% | - |
| HSV(B) | 232.26º | 0.63% | 0.39% | - |
| XYZ | 3.95 | 3.17 | 12.21 | - |
| YUV | 48.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 99 | 0.63 | 0.55 | 0 | 0.61 | 232.26 | 0.46 | 0.27 |
| Hex | 25 | 2D | 63 | 3F | 37 | 0 | 3D | E8 | 2E | 1B |
| Octal | 45 | 55 | 143 | 77 | 67 | 0 | 75 | 350 | 56 | 33 |
| Binary | 100101 | 101101 | 1100011 | 111111 | 110111 | 0 | 111101 | 11101000 | 101110 | 11011 |
Color Harmonies of #252D63
Complementary color
Monochromatic Colors of #252D63
Black with #252D63
Text Example
Text Example
White with #252D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D63; }
p { color: rgb(37,45,99); }
H1.HeaderClassName
{
color: #252D63;
}
.AnyTagClassName
{
color: #252D63;
}
</style>
background-color css
<style>
a { background-color: #252D63; }
a { background-color: rgb(37,45,99); }
div.DivClassName
{
background-color: #252D63;
}
.BgClassName
{
background-color: #252D63;
}
</style>
border-color css
<style>
span { border-color: #252D63; }
span { border-color: rgb(37,45,99); }
td.TdClassName
{
border-color: #252D63;
}
.TagClassName
{
border-color: #252D63;
}
</style>