Shades of Deep Koamaru #34355E
Tints of Deep Koamaru #34355E
RGB
CMYK
RGB Variations
Color information
#34355E (or 0x34355E) is known color: Deep Koamaru. HEX triplet: 34, 35 and 5E. RGB value is (52,53,94). Sum of RGB (Red+Green+Blue) = 52+53+94=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #34355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34355E is #CBCAA1. Grayscale: #393939. Windows color (decimal): -13355682 or 6174004. OLE color: 6174004.
HSL color Cylindrical-coordinate representation of color #34355E: hue angle of 238.57º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34355E is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 53 | 94 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.63 |
| HSL | 238.57º | 0.29% | 0.29% | - |
| HSV(B) | 238.57º | 0.45% | 0.37% | - |
| XYZ | 4.71 | 4.08 | 11.13 | - |
| YUV | 57.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 94 | 0.45 | 0.44 | 0 | 0.63 | 238.57 | 0.29 | 0.29 |
| Hex | 34 | 35 | 5E | 2D | 2C | 0 | 3F | EF | 1D | 1D |
| Octal | 64 | 65 | 136 | 55 | 54 | 0 | 77 | 357 | 35 | 35 |
| Binary | 110100 | 110101 | 1011110 | 101101 | 101100 | 0 | 111111 | 11101111 | 11101 | 11101 |
Color Harmonies of #34355E
Complementary color
Monochromatic Colors of #34355E
Black with #34355E
Text Example
Text Example
White with #34355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34355E; }
p { color: rgb(52,53,94); }
H1.HeaderClassName
{
color: #34355E;
}
.AnyTagClassName
{
color: #34355E;
}
</style>
background-color css
<style>
a { background-color: #34355E; }
a { background-color: rgb(52,53,94); }
div.DivClassName
{
background-color: #34355E;
}
.BgClassName
{
background-color: #34355E;
}
</style>
border-color css
<style>
span { border-color: #34355E; }
span { border-color: rgb(52,53,94); }
td.TdClassName
{
border-color: #34355E;
}
.TagClassName
{
border-color: #34355E;
}
</style>