Shades of Deep Koamaru #252D6D
Tints of Deep Koamaru #252D6D
RGB
CMYK
RGB Variations
Color information
#252D6D (or 0x252D6D) is known color: Deep Koamaru. HEX triplet: 25, 2D and 6D. RGB value is (37,45,109). Sum of RGB (Red+Green+Blue) = 37+45+109=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #252D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D6D is #DAD292. Grayscale: #313131. Windows color (decimal): -14340755 or 7154981. OLE color: 7154981.
HSL color Cylindrical-coordinate representation of color #252D6D: hue angle of 233.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #252D6D is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 45 | 109 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.57 |
| HSL | 233.33º | 0.49% | 0.29% | - |
| HSV(B) | 233.33º | 0.66% | 0.43% | - |
| XYZ | 4.46 | 3.37 | 14.88 | - |
| YUV | 49.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 109 | 0.66 | 0.59 | 0 | 0.57 | 233.33 | 0.49 | 0.29 |
| Hex | 25 | 2D | 6D | 42 | 3B | 0 | 39 | E9 | 31 | 1D |
| Octal | 45 | 55 | 155 | 102 | 73 | 0 | 71 | 351 | 61 | 35 |
| Binary | 100101 | 101101 | 1101101 | 1000010 | 111011 | 0 | 111001 | 11101001 | 110001 | 11101 |
Color Harmonies of #252D6D
Complementary color
Monochromatic Colors of #252D6D
Black with #252D6D
Text Example
Text Example
White with #252D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D6D; }
p { color: rgb(37,45,109); }
H1.HeaderClassName
{
color: #252D6D;
}
.AnyTagClassName
{
color: #252D6D;
}
</style>
background-color css
<style>
a { background-color: #252D6D; }
a { background-color: rgb(37,45,109); }
div.DivClassName
{
background-color: #252D6D;
}
.BgClassName
{
background-color: #252D6D;
}
</style>
border-color css
<style>
span { border-color: #252D6D; }
span { border-color: rgb(37,45,109); }
td.TdClassName
{
border-color: #252D6D;
}
.TagClassName
{
border-color: #252D6D;
}
</style>