Shades of Denim #276BCB
Tints of Denim #276BCB
RGB
CMYK
RGB Variations
Color information
#276BCB (or 0x276BCB) is known color: Denim. HEX triplet: 27, 6B and CB. RGB value is (39,107,203). Sum of RGB (Red+Green+Blue) = 39+107+203=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #276BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276BCB is #D89434. Grayscale: #616161. Windows color (decimal): -14193717 or 13331239. OLE color: 13331239.
HSL color Cylindrical-coordinate representation of color #276BCB: hue angle of 215.12º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #276BCB is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 107 | 203 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.20 |
| HSL | 215.12º | 0.68% | 0.47% | - |
| HSV(B) | 215.12º | 0.81% | 0.8% | - |
| XYZ | 16.87 | 15.26 | 58.56 | - |
| YUV | 97.61 | 187.47 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 107 | 203 | 0.81 | 0.47 | 0 | 0.20 | 215.12 | 0.68 | 0.47 |
| Hex | 27 | 6B | CB | 51 | 2F | 0 | 14 | D7 | 44 | 2F |
| Octal | 47 | 153 | 313 | 121 | 57 | 0 | 24 | 327 | 104 | 57 |
| Binary | 100111 | 1101011 | 11001011 | 1010001 | 101111 | 0 | 10100 | 11010111 | 1000100 | 101111 |
Color Harmonies of #276BCB
Complementary color
Monochromatic Colors of #276BCB
Black with #276BCB
Text Example
Text Example
White with #276BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276BCB; }
p { color: rgb(39,107,203); }
H1.HeaderClassName
{
color: #276BCB;
}
.AnyTagClassName
{
color: #276BCB;
}
</style>
background-color css
<style>
a { background-color: #276BCB; }
a { background-color: rgb(39,107,203); }
div.DivClassName
{
background-color: #276BCB;
}
.BgClassName
{
background-color: #276BCB;
}
</style>
border-color css
<style>
span { border-color: #276BCB; }
span { border-color: rgb(39,107,203); }
td.TdClassName
{
border-color: #276BCB;
}
.TagClassName
{
border-color: #276BCB;
}
</style>