Shades of Deep Koamaru #2D2F68
Tints of Deep Koamaru #2D2F68
RGB
CMYK
RGB Variations
Color information
#2D2F68 (or 0x2D2F68) is known color: Deep Koamaru. HEX triplet: 2D, 2F and 68. RGB value is (45,47,104). Sum of RGB (Red+Green+Blue) = 45+47+104=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D2F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2F68 is #D2D097. Grayscale: #343434. Windows color (decimal): -13815960 or 6827821. OLE color: 6827821.
HSL color Cylindrical-coordinate representation of color #2D2F68: hue angle of 237.97º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D2F68 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 47 | 104 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.59 |
| HSL | 237.97º | 0.4% | 0.29% | - |
| HSV(B) | 237.97º | 0.57% | 0.41% | - |
| XYZ | 4.6 | 3.59 | 13.55 | - |
| YUV | 52.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 47 | 104 | 0.57 | 0.55 | 0 | 0.59 | 237.97 | 0.4 | 0.29 |
| Hex | 2D | 2F | 68 | 39 | 37 | 0 | 3B | EE | 28 | 1D |
| Octal | 55 | 57 | 150 | 71 | 67 | 0 | 73 | 356 | 50 | 35 |
| Binary | 101101 | 101111 | 1101000 | 111001 | 110111 | 0 | 111011 | 11101110 | 101000 | 11101 |
Color Harmonies of #2D2F68
Complementary color
Monochromatic Colors of #2D2F68
Black with #2D2F68
Text Example
Text Example
White with #2D2F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2F68; }
p { color: rgb(45,47,104); }
H1.HeaderClassName
{
color: #2D2F68;
}
.AnyTagClassName
{
color: #2D2F68;
}
</style>
background-color css
<style>
a { background-color: #2D2F68; }
a { background-color: rgb(45,47,104); }
div.DivClassName
{
background-color: #2D2F68;
}
.BgClassName
{
background-color: #2D2F68;
}
</style>
border-color css
<style>
span { border-color: #2D2F68; }
span { border-color: rgb(45,47,104); }
td.TdClassName
{
border-color: #2D2F68;
}
.TagClassName
{
border-color: #2D2F68;
}
</style>