Shades of Deep Koamaru #34336C
Tints of Deep Koamaru #34336C
RGB
CMYK
RGB Variations
Color information
#34336C (or 0x34336C) is known color: Deep Koamaru. HEX triplet: 34, 33 and 6C. RGB value is (52,51,108). Sum of RGB (Red+Green+Blue) = 52+51+108=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #34336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34336C is #CBCC93. Grayscale: #393939. Windows color (decimal): -13356180 or 7090996. OLE color: 7090996.
HSL color Cylindrical-coordinate representation of color #34336C: hue angle of 241.05º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34336C is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 51 | 108 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.58 |
| HSL | 241.05º | 0.36% | 0.31% | - |
| HSV(B) | 241.05º | 0.53% | 0.42% | - |
| XYZ | 5.31 | 4.18 | 14.71 | - |
| YUV | 57.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 108 | 0.52 | 0.53 | 0 | 0.58 | 241.05 | 0.36 | 0.31 |
| Hex | 34 | 33 | 6C | 34 | 35 | 0 | 3A | F1 | 24 | 1F |
| Octal | 64 | 63 | 154 | 64 | 65 | 0 | 72 | 361 | 44 | 37 |
| Binary | 110100 | 110011 | 1101100 | 110100 | 110101 | 0 | 111010 | 11110001 | 100100 | 11111 |
Color Harmonies of #34336C
Complementary color
Monochromatic Colors of #34336C
Black with #34336C
Text Example
Text Example
White with #34336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34336C; }
p { color: rgb(52,51,108); }
H1.HeaderClassName
{
color: #34336C;
}
.AnyTagClassName
{
color: #34336C;
}
</style>
background-color css
<style>
a { background-color: #34336C; }
a { background-color: rgb(52,51,108); }
div.DivClassName
{
background-color: #34336C;
}
.BgClassName
{
background-color: #34336C;
}
</style>
border-color css
<style>
span { border-color: #34336C; }
span { border-color: rgb(52,51,108); }
td.TdClassName
{
border-color: #34336C;
}
.TagClassName
{
border-color: #34336C;
}
</style>