Shades of Deep Koamaru #252A71
Tints of Deep Koamaru #252A71
RGB
CMYK
RGB Variations
Color information
#252A71 (or 0x252A71) is known color: Deep Koamaru. HEX triplet: 25, 2A and 71. RGB value is (37,42,113). Sum of RGB (Red+Green+Blue) = 37+42+113=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #252A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A71 is #DAD58E. Grayscale: #303030. Windows color (decimal): -14341519 or 7416357. OLE color: 7416357.
HSL color Cylindrical-coordinate representation of color #252A71: hue angle of 236.05º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #252A71 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 42 | 113 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.56 |
| HSL | 236.05º | 0.51% | 0.29% | - |
| HSV(B) | 236.05º | 0.67% | 0.44% | - |
| XYZ | 4.57 | 3.24 | 16.01 | - |
| YUV | 48.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 113 | 0.67 | 0.63 | 0 | 0.56 | 236.05 | 0.51 | 0.29 |
| Hex | 25 | 2A | 71 | 43 | 3F | 0 | 38 | EC | 33 | 1D |
| Octal | 45 | 52 | 161 | 103 | 77 | 0 | 70 | 354 | 63 | 35 |
| Binary | 100101 | 101010 | 1110001 | 1000011 | 111111 | 0 | 111000 | 11101100 | 110011 | 11101 |
Color Harmonies of #252A71
Complementary color
Monochromatic Colors of #252A71
Black with #252A71
Text Example
Text Example
White with #252A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A71; }
p { color: rgb(37,42,113); }
H1.HeaderClassName
{
color: #252A71;
}
.AnyTagClassName
{
color: #252A71;
}
</style>
background-color css
<style>
a { background-color: #252A71; }
a { background-color: rgb(37,42,113); }
div.DivClassName
{
background-color: #252A71;
}
.BgClassName
{
background-color: #252A71;
}
</style>
border-color css
<style>
span { border-color: #252A71; }
span { border-color: rgb(37,42,113); }
td.TdClassName
{
border-color: #252A71;
}
.TagClassName
{
border-color: #252A71;
}
</style>