Shades of Deep Koamaru #252768
Tints of Deep Koamaru #252768
RGB
CMYK
RGB Variations
Color information
#252768 (or 0x252768) is known color: Deep Koamaru. HEX triplet: 25, 27 and 68. RGB value is (37,39,104). Sum of RGB (Red+Green+Blue) = 37+39+104=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #252768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252768 is #DAD897. Grayscale: #2D2D2D. Windows color (decimal): -14342296 or 6825765. OLE color: 6825765.
HSL color Cylindrical-coordinate representation of color #252768: hue angle of 238.21º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #252768 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 39 | 104 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.59 |
| HSL | 238.21º | 0.48% | 0.28% | - |
| HSV(B) | 238.21º | 0.64% | 0.41% | - |
| XYZ | 3.99 | 2.84 | 13.44 | - |
| YUV | 45.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 39 | 104 | 0.64 | 0.62 | 0 | 0.59 | 238.21 | 0.48 | 0.28 |
| Hex | 25 | 27 | 68 | 40 | 3E | 0 | 3B | EE | 30 | 1C |
| Octal | 45 | 47 | 150 | 100 | 76 | 0 | 73 | 356 | 60 | 34 |
| Binary | 100101 | 100111 | 1101000 | 1000000 | 111110 | 0 | 111011 | 11101110 | 110000 | 11100 |
Color Harmonies of #252768
Complementary color
Monochromatic Colors of #252768
Black with #252768
Text Example
Text Example
White with #252768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252768; }
p { color: rgb(37,39,104); }
H1.HeaderClassName
{
color: #252768;
}
.AnyTagClassName
{
color: #252768;
}
</style>
background-color css
<style>
a { background-color: #252768; }
a { background-color: rgb(37,39,104); }
div.DivClassName
{
background-color: #252768;
}
.BgClassName
{
background-color: #252768;
}
</style>
border-color css
<style>
span { border-color: #252768; }
span { border-color: rgb(37,39,104); }
td.TdClassName
{
border-color: #252768;
}
.TagClassName
{
border-color: #252768;
}
</style>