Shades of Denim #2B67BC
Tints of Denim #2B67BC
RGB
CMYK
RGB Variations
Color information
#2B67BC (or 0x2B67BC) is known color: Denim. HEX triplet: 2B, 67 and BC. RGB value is (43,103,188). Sum of RGB (Red+Green+Blue) = 43+103+188=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B67BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B67BC is #D49843. Grayscale: #5E5E5E. Windows color (decimal): -13932612 or 12347179. OLE color: 12347179.
HSL color Cylindrical-coordinate representation of color #2B67BC: hue angle of 215.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B67BC is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 103 | 188 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.26 |
| HSL | 215.17º | 0.63% | 0.45% | - |
| HSV(B) | 215.17º | 0.77% | 0.74% | - |
| XYZ | 14.92 | 13.84 | 49.46 | - |
| YUV | 94.75 | 180.62 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 188 | 0.77 | 0.45 | 0 | 0.26 | 215.17 | 0.63 | 0.45 |
| Hex | 2B | 67 | BC | 4D | 2D | 0 | 1A | D7 | 3F | 2D |
| Octal | 53 | 147 | 274 | 115 | 55 | 0 | 32 | 327 | 77 | 55 |
| Binary | 101011 | 1100111 | 10111100 | 1001101 | 101101 | 0 | 11010 | 11010111 | 111111 | 101101 |
Color Harmonies of #2B67BC
Complementary color
Monochromatic Colors of #2B67BC
Black with #2B67BC
Text Example
Text Example
White with #2B67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B67BC; }
p { color: rgb(43,103,188); }
H1.HeaderClassName
{
color: #2B67BC;
}
.AnyTagClassName
{
color: #2B67BC;
}
</style>
background-color css
<style>
a { background-color: #2B67BC; }
a { background-color: rgb(43,103,188); }
div.DivClassName
{
background-color: #2B67BC;
}
.BgClassName
{
background-color: #2B67BC;
}
</style>
border-color css
<style>
span { border-color: #2B67BC; }
span { border-color: rgb(43,103,188); }
td.TdClassName
{
border-color: #2B67BC;
}
.TagClassName
{
border-color: #2B67BC;
}
</style>