Shades of Denim #306EC7
Tints of Denim #306EC7
RGB
CMYK
RGB Variations
Color information
#306EC7 (or 0x306EC7) is known color: Denim. HEX triplet: 30, 6E and C7. RGB value is (48,110,199). Sum of RGB (Red+Green+Blue) = 48+110+199=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 199 (78.12% from 255 or 55.74% from 357); Max value from RGB is 199 - color contains mainly: blue. Hex color #306EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306EC7 is #CF9138. Grayscale: #656565. Windows color (decimal): -13603129 or 13069872. OLE color: 13069872.
HSL color Cylindrical-coordinate representation of color #306EC7: hue angle of 215.36º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #306EC7 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 110 | 199 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.22 |
| HSL | 215.36º | 0.61% | 0.48% | - |
| HSV(B) | 215.36º | 0.76% | 0.78% | - |
| XYZ | 17.1 | 15.9 | 56.2 | - |
| YUV | 101.61 | 182.96 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 199 | 0.76 | 0.45 | 0 | 0.22 | 215.36 | 0.61 | 0.48 |
| Hex | 30 | 6E | C7 | 4C | 2D | 0 | 16 | D7 | 3D | 30 |
| Octal | 60 | 156 | 307 | 114 | 55 | 0 | 26 | 327 | 75 | 60 |
| Binary | 110000 | 1101110 | 11000111 | 1001100 | 101101 | 0 | 10110 | 11010111 | 111101 | 110000 |
Color Harmonies of #306EC7
Complementary color
Monochromatic Colors of #306EC7
Black with #306EC7
Text Example
Text Example
White with #306EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306EC7; }
p { color: rgb(48,110,199); }
H1.HeaderClassName
{
color: #306EC7;
}
.AnyTagClassName
{
color: #306EC7;
}
</style>
background-color css
<style>
a { background-color: #306EC7; }
a { background-color: rgb(48,110,199); }
div.DivClassName
{
background-color: #306EC7;
}
.BgClassName
{
background-color: #306EC7;
}
</style>
border-color css
<style>
span { border-color: #306EC7; }
span { border-color: rgb(48,110,199); }
td.TdClassName
{
border-color: #306EC7;
}
.TagClassName
{
border-color: #306EC7;
}
</style>