Shades of Deep Koamaru #352E70
Tints of Deep Koamaru #352E70
RGB
CMYK
RGB Variations
Color information
#352E70 (or 0x352E70) is known color: Deep Koamaru. HEX triplet: 35, 2E and 70. RGB value is (53,46,112). Sum of RGB (Red+Green+Blue) = 53+46+112=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #352E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E70 is #CAD18F. Grayscale: #373737. Windows color (decimal): -13291920 or 7351861. OLE color: 7351861.
HSL color Cylindrical-coordinate representation of color #352E70: hue angle of 246.36º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #352E70 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 46 | 112 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.56 |
| HSL | 246.36º | 0.42% | 0.31% | - |
| HSV(B) | 246.36º | 0.59% | 0.44% | - |
| XYZ | 5.37 | 3.88 | 15.8 | - |
| YUV | 55.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 112 | 0.53 | 0.59 | 0 | 0.56 | 246.36 | 0.42 | 0.31 |
| Hex | 35 | 2E | 70 | 35 | 3B | 0 | 38 | F6 | 2A | 1F |
| Octal | 65 | 56 | 160 | 65 | 73 | 0 | 70 | 366 | 52 | 37 |
| Binary | 110101 | 101110 | 1110000 | 110101 | 111011 | 0 | 111000 | 11110110 | 101010 | 11111 |
Color Harmonies of #352E70
Complementary color
Monochromatic Colors of #352E70
Black with #352E70
Text Example
Text Example
White with #352E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E70; }
p { color: rgb(53,46,112); }
H1.HeaderClassName
{
color: #352E70;
}
.AnyTagClassName
{
color: #352E70;
}
</style>
background-color css
<style>
a { background-color: #352E70; }
a { background-color: rgb(53,46,112); }
div.DivClassName
{
background-color: #352E70;
}
.BgClassName
{
background-color: #352E70;
}
</style>
border-color css
<style>
span { border-color: #352E70; }
span { border-color: rgb(53,46,112); }
td.TdClassName
{
border-color: #352E70;
}
.TagClassName
{
border-color: #352E70;
}
</style>