Shades of Deep Koamaru #252A69
Tints of Deep Koamaru #252A69
RGB
CMYK
RGB Variations
Color information
#252A69 (or 0x252A69) is known color: Deep Koamaru. HEX triplet: 25, 2A and 69. RGB value is (37,42,105). Sum of RGB (Red+Green+Blue) = 37+42+105=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #252A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A69 is #DAD596. Grayscale: #2F2F2F. Windows color (decimal): -14341527 or 6892069. OLE color: 6892069.
HSL color Cylindrical-coordinate representation of color #252A69: hue angle of 235.59º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #252A69 is Cyan = 0.65, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 42 | 105 | - |
| CMYK | 0.65 | 0.6 | 0 | 0.59 |
| HSL | 235.59º | 0.48% | 0.28% | - |
| HSV(B) | 235.59º | 0.65% | 0.41% | - |
| XYZ | 4.14 | 3.07 | 13.74 | - |
| YUV | 47.69 | 160.34 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 105 | 0.65 | 0.6 | 0 | 0.59 | 235.59 | 0.48 | 0.28 |
| Hex | 25 | 2A | 69 | 41 | 3C | 0 | 3B | EC | 30 | 1C |
| Octal | 45 | 52 | 151 | 101 | 74 | 0 | 73 | 354 | 60 | 34 |
| Binary | 100101 | 101010 | 1101001 | 1000001 | 111100 | 0 | 111011 | 11101100 | 110000 | 11100 |
Color Harmonies of #252A69
Complementary color
Monochromatic Colors of #252A69
Black with #252A69
Text Example
Text Example
White with #252A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A69; }
p { color: rgb(37,42,105); }
H1.HeaderClassName
{
color: #252A69;
}
.AnyTagClassName
{
color: #252A69;
}
</style>
background-color css
<style>
a { background-color: #252A69; }
a { background-color: rgb(37,42,105); }
div.DivClassName
{
background-color: #252A69;
}
.BgClassName
{
background-color: #252A69;
}
</style>
border-color css
<style>
span { border-color: #252A69; }
span { border-color: rgb(37,42,105); }
td.TdClassName
{
border-color: #252A69;
}
.TagClassName
{
border-color: #252A69;
}
</style>