Shades of Deep Koamaru #333267
Tints of Deep Koamaru #333267
RGB
CMYK
RGB Variations
Color information
#333267 (or 0x333267) is known color: Deep Koamaru. HEX triplet: 33, 32 and 67. RGB value is (51,50,103). Sum of RGB (Red+Green+Blue) = 51+50+103=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #333267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333267 is #CCCD98. Grayscale: #383838. Windows color (decimal): -13421977 or 6763059. OLE color: 6763059.
HSL color Cylindrical-coordinate representation of color #333267: hue angle of 241.13º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #333267 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 50 | 103 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.60 |
| HSL | 241.13º | 0.35% | 0.3% | - |
| HSV(B) | 241.13º | 0.51% | 0.4% | - |
| XYZ | 4.95 | 3.96 | 13.34 | - |
| YUV | 56.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 103 | 0.50 | 0.51 | 0 | 0.60 | 241.13 | 0.35 | 0.3 |
| Hex | 33 | 32 | 67 | 32 | 33 | 0 | 3C | F1 | 23 | 1E |
| Octal | 63 | 62 | 147 | 62 | 63 | 0 | 74 | 361 | 43 | 36 |
| Binary | 110011 | 110010 | 1100111 | 110010 | 110011 | 0 | 111100 | 11110001 | 100011 | 11110 |
Color Harmonies of #333267
Complementary color
Monochromatic Colors of #333267
Black with #333267
Text Example
Text Example
White with #333267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333267; }
p { color: rgb(51,50,103); }
H1.HeaderClassName
{
color: #333267;
}
.AnyTagClassName
{
color: #333267;
}
</style>
background-color css
<style>
a { background-color: #333267; }
a { background-color: rgb(51,50,103); }
div.DivClassName
{
background-color: #333267;
}
.BgClassName
{
background-color: #333267;
}
</style>
border-color css
<style>
span { border-color: #333267; }
span { border-color: rgb(51,50,103); }
td.TdClassName
{
border-color: #333267;
}
.TagClassName
{
border-color: #333267;
}
</style>