Shades of Denim #306EC6
Tints of Denim #306EC6
RGB
CMYK
RGB Variations
Color information
#306EC6 (or 0x306EC6) is known color: Denim. HEX triplet: 30, 6E and C6. RGB value is (48,110,198). Sum of RGB (Red+Green+Blue) = 48+110+198=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 198 (77.73% from 255 or 55.62% from 356); Max value from RGB is 198 - color contains mainly: blue. Hex color #306EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306EC6 is #CF9139. Grayscale: #656565. Windows color (decimal): -13603130 or 13004336. OLE color: 13004336.
HSL color Cylindrical-coordinate representation of color #306EC6: hue angle of 215.2º 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 #306EC6 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 110 | 198 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.22 |
| HSL | 215.2º | 0.61% | 0.48% | - |
| HSV(B) | 215.2º | 0.76% | 0.78% | - |
| XYZ | 16.99 | 15.86 | 55.59 | - |
| YUV | 101.49 | 182.46 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 198 | 0.76 | 0.44 | 0 | 0.22 | 215.2 | 0.61 | 0.48 |
| Hex | 30 | 6E | C6 | 4C | 2C | 0 | 16 | D7 | 3D | 30 |
| Octal | 60 | 156 | 306 | 114 | 54 | 0 | 26 | 327 | 75 | 60 |
| Binary | 110000 | 1101110 | 11000110 | 1001100 | 101100 | 0 | 10110 | 11010111 | 111101 | 110000 |
Color Harmonies of #306EC6
Complementary color
Monochromatic Colors of #306EC6
Black with #306EC6
Text Example
Text Example
White with #306EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306EC6; }
p { color: rgb(48,110,198); }
H1.HeaderClassName
{
color: #306EC6;
}
.AnyTagClassName
{
color: #306EC6;
}
</style>
background-color css
<style>
a { background-color: #306EC6; }
a { background-color: rgb(48,110,198); }
div.DivClassName
{
background-color: #306EC6;
}
.BgClassName
{
background-color: #306EC6;
}
</style>
border-color css
<style>
span { border-color: #306EC6; }
span { border-color: rgb(48,110,198); }
td.TdClassName
{
border-color: #306EC6;
}
.TagClassName
{
border-color: #306EC6;
}
</style>