Shades of Denim #276BCF
Tints of Denim #276BCF
RGB
CMYK
RGB Variations
Color information
#276BCF (or 0x276BCF) is known color: Denim. HEX triplet: 27, 6B and CF. RGB value is (39,107,207). Sum of RGB (Red+Green+Blue) = 39+107+207=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #276BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276BCF is #D89430. Grayscale: #616161. Windows color (decimal): -14193713 or 13593383. OLE color: 13593383.
HSL color Cylindrical-coordinate representation of color #276BCF: hue angle of 215.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #276BCF is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 107 | 207 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.19 |
| HSL | 215.71º | 0.68% | 0.48% | - |
| HSV(B) | 215.71º | 0.81% | 0.81% | - |
| XYZ | 17.36 | 15.45 | 61.1 | - |
| YUV | 98.07 | 189.47 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 107 | 207 | 0.81 | 0.48 | 0 | 0.19 | 215.71 | 0.68 | 0.48 |
| Hex | 27 | 6B | CF | 51 | 30 | 0 | 13 | D8 | 44 | 30 |
| Octal | 47 | 153 | 317 | 121 | 60 | 0 | 23 | 330 | 104 | 60 |
| Binary | 100111 | 1101011 | 11001111 | 1010001 | 110000 | 0 | 10011 | 11011000 | 1000100 | 110000 |
Color Harmonies of #276BCF
Complementary color
Monochromatic Colors of #276BCF
Black with #276BCF
Text Example
Text Example
White with #276BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276BCF; }
p { color: rgb(39,107,207); }
H1.HeaderClassName
{
color: #276BCF;
}
.AnyTagClassName
{
color: #276BCF;
}
</style>
background-color css
<style>
a { background-color: #276BCF; }
a { background-color: rgb(39,107,207); }
div.DivClassName
{
background-color: #276BCF;
}
.BgClassName
{
background-color: #276BCF;
}
</style>
border-color css
<style>
span { border-color: #276BCF; }
span { border-color: rgb(39,107,207); }
td.TdClassName
{
border-color: #276BCF;
}
.TagClassName
{
border-color: #276BCF;
}
</style>