Shades of Deep Koamaru #343360
Tints of Deep Koamaru #343360
RGB
CMYK
RGB Variations
Color information
#343360 (or 0x343360) is known color: Deep Koamaru. HEX triplet: 34, 33 and 60. RGB value is (52,51,96). Sum of RGB (Red+Green+Blue) = 52+51+96=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #343360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343360 is #CBCC9F. Grayscale: #383838. Windows color (decimal): -13356192 or 6304564. OLE color: 6304564.
HSL color Cylindrical-coordinate representation of color #343360: hue angle of 241.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #343360 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 51 | 96 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.62 |
| HSL | 241.33º | 0.31% | 0.29% | - |
| HSV(B) | 241.33º | 0.47% | 0.38% | - |
| XYZ | 4.71 | 3.94 | 11.58 | - |
| YUV | 56.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 96 | 0.46 | 0.47 | 0 | 0.62 | 241.33 | 0.31 | 0.29 |
| Hex | 34 | 33 | 60 | 2E | 2F | 0 | 3E | F1 | 1F | 1D |
| Octal | 64 | 63 | 140 | 56 | 57 | 0 | 76 | 361 | 37 | 35 |
| Binary | 110100 | 110011 | 1100000 | 101110 | 101111 | 0 | 111110 | 11110001 | 11111 | 11101 |
Color Harmonies of #343360
Complementary color
Monochromatic Colors of #343360
Black with #343360
Text Example
Text Example
White with #343360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343360; }
p { color: rgb(52,51,96); }
H1.HeaderClassName
{
color: #343360;
}
.AnyTagClassName
{
color: #343360;
}
</style>
background-color css
<style>
a { background-color: #343360; }
a { background-color: rgb(52,51,96); }
div.DivClassName
{
background-color: #343360;
}
.BgClassName
{
background-color: #343360;
}
</style>
border-color css
<style>
span { border-color: #343360; }
span { border-color: rgb(52,51,96); }
td.TdClassName
{
border-color: #343360;
}
.TagClassName
{
border-color: #343360;
}
</style>