Shades of Deep Koamaru #252F6D
Tints of Deep Koamaru #252F6D
RGB
CMYK
RGB Variations
Color information
#252F6D (or 0x252F6D) is known color: Deep Koamaru. HEX triplet: 25, 2F and 6D. RGB value is (37,47,109). Sum of RGB (Red+Green+Blue) = 37+47+109=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #252F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F6D is #DAD092. Grayscale: #323232. Windows color (decimal): -14340243 or 7155493. OLE color: 7155493.
HSL color Cylindrical-coordinate representation of color #252F6D: hue angle of 231.67º 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 #252F6D is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 47 | 109 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.57 |
| HSL | 231.67º | 0.49% | 0.29% | - |
| HSV(B) | 231.67º | 0.66% | 0.43% | - |
| XYZ | 4.54 | 3.53 | 14.91 | - |
| YUV | 51.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 109 | 0.66 | 0.57 | 0 | 0.57 | 231.67 | 0.49 | 0.29 |
| Hex | 25 | 2F | 6D | 42 | 39 | 0 | 39 | E8 | 31 | 1D |
| Octal | 45 | 57 | 155 | 102 | 71 | 0 | 71 | 350 | 61 | 35 |
| Binary | 100101 | 101111 | 1101101 | 1000010 | 111001 | 0 | 111001 | 11101000 | 110001 | 11101 |
Color Harmonies of #252F6D
Complementary color
Monochromatic Colors of #252F6D
Black with #252F6D
Text Example
Text Example
White with #252F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252F6D; }
p { color: rgb(37,47,109); }
H1.HeaderClassName
{
color: #252F6D;
}
.AnyTagClassName
{
color: #252F6D;
}
</style>
background-color css
<style>
a { background-color: #252F6D; }
a { background-color: rgb(37,47,109); }
div.DivClassName
{
background-color: #252F6D;
}
.BgClassName
{
background-color: #252F6D;
}
</style>
border-color css
<style>
span { border-color: #252F6D; }
span { border-color: rgb(37,47,109); }
td.TdClassName
{
border-color: #252F6D;
}
.TagClassName
{
border-color: #252F6D;
}
</style>