Shades of Deep Koamaru #252C63
Tints of Deep Koamaru #252C63
RGB
CMYK
RGB Variations
Color information
#252C63 (or 0x252C63) is known color: Deep Koamaru. HEX triplet: 25, 2C and 63. RGB value is (37,44,99). Sum of RGB (Red+Green+Blue) = 37+44+99=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #252C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C63 is #DAD39C. Grayscale: #2F2F2F. Windows color (decimal): -14341021 or 6499365. OLE color: 6499365.
HSL color Cylindrical-coordinate representation of color #252C63: hue angle of 233.23º 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 #252C63 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 44 | 99 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.61 |
| HSL | 233.23º | 0.46% | 0.27% | - |
| HSV(B) | 233.23º | 0.63% | 0.39% | - |
| XYZ | 3.92 | 3.1 | 12.2 | - |
| YUV | 48.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 99 | 0.63 | 0.56 | 0 | 0.61 | 233.23 | 0.46 | 0.27 |
| Hex | 25 | 2C | 63 | 3F | 38 | 0 | 3D | E9 | 2E | 1B |
| Octal | 45 | 54 | 143 | 77 | 70 | 0 | 75 | 351 | 56 | 33 |
| Binary | 100101 | 101100 | 1100011 | 111111 | 111000 | 0 | 111101 | 11101001 | 101110 | 11011 |
Color Harmonies of #252C63
Complementary color
Monochromatic Colors of #252C63
Black with #252C63
Text Example
Text Example
White with #252C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C63; }
p { color: rgb(37,44,99); }
H1.HeaderClassName
{
color: #252C63;
}
.AnyTagClassName
{
color: #252C63;
}
</style>
background-color css
<style>
a { background-color: #252C63; }
a { background-color: rgb(37,44,99); }
div.DivClassName
{
background-color: #252C63;
}
.BgClassName
{
background-color: #252C63;
}
</style>
border-color css
<style>
span { border-color: #252C63; }
span { border-color: rgb(37,44,99); }
td.TdClassName
{
border-color: #252C63;
}
.TagClassName
{
border-color: #252C63;
}
</style>