Shades of Deep Koamaru #342D7B
Tints of Deep Koamaru #342D7B
RGB
CMYK
RGB Variations
Color information
#342D7B (or 0x342D7B) is known color: Deep Koamaru. HEX triplet: 34, 2D and 7B. RGB value is (52,45,123). Sum of RGB (Red+Green+Blue) = 52+45+123=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #342D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342D7B is #CBD284. Grayscale: #373737. Windows color (decimal): -13357701 or 8072500. OLE color: 8072500.
HSL color Cylindrical-coordinate representation of color #342D7B: hue angle of 245.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342D7B is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 45 | 123 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.52 |
| HSL | 245.38º | 0.46% | 0.33% | - |
| HSV(B) | 245.38º | 0.63% | 0.48% | - |
| XYZ | 5.93 | 4.04 | 19.21 | - |
| YUV | 55.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 123 | 0.58 | 0.63 | 0 | 0.52 | 245.38 | 0.46 | 0.33 |
| Hex | 34 | 2D | 7B | 3A | 3F | 0 | 34 | F5 | 2E | 21 |
| Octal | 64 | 55 | 173 | 72 | 77 | 0 | 64 | 365 | 56 | 41 |
| Binary | 110100 | 101101 | 1111011 | 111010 | 111111 | 0 | 110100 | 11110101 | 101110 | 100001 |
Color Harmonies of #342D7B
Complementary color
Monochromatic Colors of #342D7B
Black with #342D7B
Text Example
Text Example
White with #342D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D7B; }
p { color: rgb(52,45,123); }
H1.HeaderClassName
{
color: #342D7B;
}
.AnyTagClassName
{
color: #342D7B;
}
</style>
background-color css
<style>
a { background-color: #342D7B; }
a { background-color: rgb(52,45,123); }
div.DivClassName
{
background-color: #342D7B;
}
.BgClassName
{
background-color: #342D7B;
}
</style>
border-color css
<style>
span { border-color: #342D7B; }
span { border-color: rgb(52,45,123); }
td.TdClassName
{
border-color: #342D7B;
}
.TagClassName
{
border-color: #342D7B;
}
</style>