Shades of Deep Koamaru #35376B
Tints of Deep Koamaru #35376B
RGB
CMYK
RGB Variations
Color information
#35376B (or 0x35376B) is known color: Deep Koamaru. HEX triplet: 35, 37 and 6B. RGB value is (53,55,107). Sum of RGB (Red+Green+Blue) = 53+55+107=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #35376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35376B is #CAC894. Grayscale: #3C3C3C. Windows color (decimal): -13289621 or 7026485. OLE color: 7026485.
HSL color Cylindrical-coordinate representation of color #35376B: hue angle of 237.78º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35376B is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 55 | 107 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.58 |
| HSL | 237.78º | 0.34% | 0.31% | - |
| HSV(B) | 237.78º | 0.5% | 0.42% | - |
| XYZ | 5.49 | 4.55 | 14.5 | - |
| YUV | 60.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 107 | 0.50 | 0.49 | 0 | 0.58 | 237.78 | 0.34 | 0.31 |
| Hex | 35 | 37 | 6B | 32 | 31 | 0 | 3A | EE | 22 | 1F |
| Octal | 65 | 67 | 153 | 62 | 61 | 0 | 72 | 356 | 42 | 37 |
| Binary | 110101 | 110111 | 1101011 | 110010 | 110001 | 0 | 111010 | 11101110 | 100010 | 11111 |
Color Harmonies of #35376B
Complementary color
Monochromatic Colors of #35376B
Black with #35376B
Text Example
Text Example
White with #35376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35376B; }
p { color: rgb(53,55,107); }
H1.HeaderClassName
{
color: #35376B;
}
.AnyTagClassName
{
color: #35376B;
}
</style>
background-color css
<style>
a { background-color: #35376B; }
a { background-color: rgb(53,55,107); }
div.DivClassName
{
background-color: #35376B;
}
.BgClassName
{
background-color: #35376B;
}
</style>
border-color css
<style>
span { border-color: #35376B; }
span { border-color: rgb(53,55,107); }
td.TdClassName
{
border-color: #35376B;
}
.TagClassName
{
border-color: #35376B;
}
</style>