Shades of Deep Koamaru #34375E
Tints of Deep Koamaru #34375E
RGB
CMYK
RGB Variations
Color information
#34375E (or 0x34375E) is known color: Deep Koamaru. HEX triplet: 34, 37 and 5E. RGB value is (52,55,94). Sum of RGB (Red+Green+Blue) = 52+55+94=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #34375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34375E is #CBC8A1. Grayscale: #3A3A3A. Windows color (decimal): -13355170 or 6174516. OLE color: 6174516.
HSL color Cylindrical-coordinate representation of color #34375E: hue angle of 235.71º 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 #34375E is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 55 | 94 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.63 |
| HSL | 235.71º | 0.29% | 0.29% | - |
| HSV(B) | 235.71º | 0.45% | 0.37% | - |
| XYZ | 4.8 | 4.27 | 11.16 | - |
| YUV | 58.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 94 | 0.45 | 0.41 | 0 | 0.63 | 235.71 | 0.29 | 0.29 |
| Hex | 34 | 37 | 5E | 2D | 29 | 0 | 3F | EC | 1D | 1D |
| Octal | 64 | 67 | 136 | 55 | 51 | 0 | 77 | 354 | 35 | 35 |
| Binary | 110100 | 110111 | 1011110 | 101101 | 101001 | 0 | 111111 | 11101100 | 11101 | 11101 |
Color Harmonies of #34375E
Complementary color
Monochromatic Colors of #34375E
Black with #34375E
Text Example
Text Example
White with #34375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34375E; }
p { color: rgb(52,55,94); }
H1.HeaderClassName
{
color: #34375E;
}
.AnyTagClassName
{
color: #34375E;
}
</style>
background-color css
<style>
a { background-color: #34375E; }
a { background-color: rgb(52,55,94); }
div.DivClassName
{
background-color: #34375E;
}
.BgClassName
{
background-color: #34375E;
}
</style>
border-color css
<style>
span { border-color: #34375E; }
span { border-color: rgb(52,55,94); }
td.TdClassName
{
border-color: #34375E;
}
.TagClassName
{
border-color: #34375E;
}
</style>