Shades of Tolopea #302640
Tints of Tolopea #302640
RGB
CMYK
RGB Variations
Color information
#302640 (or 0x302640) is known color: Tolopea. HEX triplet: 30, 26 and 40. RGB value is (48,38,64). Sum of RGB (Red+Green+Blue) = 48+38+64=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #302640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302640 is #CFD9BF. Grayscale: #2B2B2B. Windows color (decimal): -13621696 or 4204080. OLE color: 4204080.
HSL color Cylindrical-coordinate representation of color #302640: hue angle of 263.08º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #302640 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 38 | 64 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.75 |
| HSL | 263.08º | 0.25% | 0.2% | - |
| HSV(B) | 263.08º | 0.41% | 0.25% | - |
| XYZ | 2.84 | 2.38 | 5.16 | - |
| YUV | 43.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 64 | 0.25 | 0.41 | 0 | 0.75 | 263.08 | 0.25 | 0.2 |
| Hex | 30 | 26 | 40 | 19 | 29 | 0 | 4B | 107 | 19 | 14 |
| Octal | 60 | 46 | 100 | 31 | 51 | 0 | 113 | 407 | 31 | 24 |
| Binary | 110000 | 100110 | 1000000 | 11001 | 101001 | 0 | 1001011 | 100000111 | 11001 | 10100 |
Color Harmonies of #302640
Complementary color
Monochromatic Colors of #302640
Black with #302640
Text Example
Text Example
White with #302640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302640; }
p { color: rgb(48,38,64); }
H1.HeaderClassName
{
color: #302640;
}
.AnyTagClassName
{
color: #302640;
}
</style>
background-color css
<style>
a { background-color: #302640; }
a { background-color: rgb(48,38,64); }
div.DivClassName
{
background-color: #302640;
}
.BgClassName
{
background-color: #302640;
}
</style>
border-color css
<style>
span { border-color: #302640; }
span { border-color: rgb(48,38,64); }
td.TdClassName
{
border-color: #302640;
}
.TagClassName
{
border-color: #302640;
}
</style>