Shades of Deep Koamaru #34355B
Tints of Deep Koamaru #34355B
RGB
CMYK
RGB Variations
Color information
#34355B (or 0x34355B) is known color: Deep Koamaru. HEX triplet: 34, 35 and 5B. RGB value is (52,53,91). Sum of RGB (Red+Green+Blue) = 52+53+91=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #34355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34355B is #CBCAA4. Grayscale: #383838. Windows color (decimal): -13355685 or 5977396. OLE color: 5977396.
HSL color Cylindrical-coordinate representation of color #34355B: hue angle of 238.46º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34355B is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 53 | 91 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.64 |
| HSL | 238.46º | 0.27% | 0.28% | - |
| HSV(B) | 238.46º | 0.43% | 0.36% | - |
| XYZ | 4.58 | 4.03 | 10.43 | - |
| YUV | 57.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 91 | 0.43 | 0.42 | 0 | 0.64 | 238.46 | 0.27 | 0.28 |
| Hex | 34 | 35 | 5B | 2B | 2A | 0 | 40 | EE | 1B | 1C |
| Octal | 64 | 65 | 133 | 53 | 52 | 0 | 100 | 356 | 33 | 34 |
| Binary | 110100 | 110101 | 1011011 | 101011 | 101010 | 0 | 1000000 | 11101110 | 11011 | 11100 |
Color Harmonies of #34355B
Complementary color
Monochromatic Colors of #34355B
Black with #34355B
Text Example
Text Example
White with #34355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34355B; }
p { color: rgb(52,53,91); }
H1.HeaderClassName
{
color: #34355B;
}
.AnyTagClassName
{
color: #34355B;
}
</style>
background-color css
<style>
a { background-color: #34355B; }
a { background-color: rgb(52,53,91); }
div.DivClassName
{
background-color: #34355B;
}
.BgClassName
{
background-color: #34355B;
}
</style>
border-color css
<style>
span { border-color: #34355B; }
span { border-color: rgb(52,53,91); }
td.TdClassName
{
border-color: #34355B;
}
.TagClassName
{
border-color: #34355B;
}
</style>