Shades of Deep Koamaru #252A64
Tints of Deep Koamaru #252A64
RGB
CMYK
RGB Variations
Color information
#252A64 (or 0x252A64) is known color: Deep Koamaru. HEX triplet: 25, 2A and 64. RGB value is (37,42,100). Sum of RGB (Red+Green+Blue) = 37+42+100=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 100 (39.45% from 255 or 55.87% from 179); Max value from RGB is 100 - color contains mainly: blue. Hex color #252A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A64 is #DAD59B. Grayscale: #2E2E2E. Windows color (decimal): -14341532 or 6564389. OLE color: 6564389.
HSL color Cylindrical-coordinate representation of color #252A64: hue angle of 235.24º 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 #252A64 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 42 | 100 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.61 |
| HSL | 235.24º | 0.46% | 0.27% | - |
| HSV(B) | 235.24º | 0.63% | 0.39% | - |
| XYZ | 3.89 | 2.97 | 12.42 | - |
| YUV | 47.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 100 | 0.63 | 0.58 | 0 | 0.61 | 235.24 | 0.46 | 0.27 |
| Hex | 25 | 2A | 64 | 3F | 3A | 0 | 3D | EB | 2E | 1B |
| Octal | 45 | 52 | 144 | 77 | 72 | 0 | 75 | 353 | 56 | 33 |
| Binary | 100101 | 101010 | 1100100 | 111111 | 111010 | 0 | 111101 | 11101011 | 101110 | 11011 |
Color Harmonies of #252A64
Complementary color
Monochromatic Colors of #252A64
Black with #252A64
Text Example
Text Example
White with #252A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A64; }
p { color: rgb(37,42,100); }
H1.HeaderClassName
{
color: #252A64;
}
.AnyTagClassName
{
color: #252A64;
}
</style>
background-color css
<style>
a { background-color: #252A64; }
a { background-color: rgb(37,42,100); }
div.DivClassName
{
background-color: #252A64;
}
.BgClassName
{
background-color: #252A64;
}
</style>
border-color css
<style>
span { border-color: #252A64; }
span { border-color: rgb(37,42,100); }
td.TdClassName
{
border-color: #252A64;
}
.TagClassName
{
border-color: #252A64;
}
</style>