Shades of Deep Koamaru #2D356C
Tints of Deep Koamaru #2D356C
RGB
CMYK
RGB Variations
Color information
#2D356C (or 0x2D356C) is known color: Deep Koamaru. HEX triplet: 2D, 35 and 6C. RGB value is (45,53,108). Sum of RGB (Red+Green+Blue) = 45+53+108=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D356C is #D2CA93. Grayscale: #383838. Windows color (decimal): -13814420 or 7091501. OLE color: 7091501.
HSL color Cylindrical-coordinate representation of color #2D356C: hue angle of 232.38º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D356C is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 53 | 108 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.58 |
| HSL | 232.38º | 0.41% | 0.3% | - |
| HSV(B) | 232.38º | 0.58% | 0.42% | - |
| XYZ | 5.06 | 4.19 | 14.73 | - |
| YUV | 56.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 108 | 0.58 | 0.51 | 0 | 0.58 | 232.38 | 0.41 | 0.3 |
| Hex | 2D | 35 | 6C | 3A | 33 | 0 | 3A | E8 | 29 | 1E |
| Octal | 55 | 65 | 154 | 72 | 63 | 0 | 72 | 350 | 51 | 36 |
| Binary | 101101 | 110101 | 1101100 | 111010 | 110011 | 0 | 111010 | 11101000 | 101001 | 11110 |
Color Harmonies of #2D356C
Complementary color
Monochromatic Colors of #2D356C
Black with #2D356C
Text Example
Text Example
White with #2D356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D356C; }
p { color: rgb(45,53,108); }
H1.HeaderClassName
{
color: #2D356C;
}
.AnyTagClassName
{
color: #2D356C;
}
</style>
background-color css
<style>
a { background-color: #2D356C; }
a { background-color: rgb(45,53,108); }
div.DivClassName
{
background-color: #2D356C;
}
.BgClassName
{
background-color: #2D356C;
}
</style>
border-color css
<style>
span { border-color: #2D356C; }
span { border-color: rgb(45,53,108); }
td.TdClassName
{
border-color: #2D356C;
}
.TagClassName
{
border-color: #2D356C;
}
</style>