Shades of Denim #2673CB
Tints of Denim #2673CB
RGB
CMYK
RGB Variations
Color information
#2673CB (or 0x2673CB) is known color: Denim. HEX triplet: 26, 73 and CB. RGB value is (38,115,203). Sum of RGB (Red+Green+Blue) = 38+115+203=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #2673CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2673CB is #D98C34. Grayscale: #656565. Windows color (decimal): -14257205 or 13333286. OLE color: 13333286.
HSL color Cylindrical-coordinate representation of color #2673CB: hue angle of 212º 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 #2673CB is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 115 | 203 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.20 |
| HSL | 212º | 0.68% | 0.47% | - |
| HSV(B) | 212º | 0.81% | 0.8% | - |
| XYZ | 17.71 | 16.99 | 58.85 | - |
| YUV | 102.01 | 184.99 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 203 | 0.81 | 0.43 | 0 | 0.20 | 212 | 0.68 | 0.47 |
| Hex | 26 | 73 | CB | 51 | 2B | 0 | 14 | D4 | 44 | 2F |
| Octal | 46 | 163 | 313 | 121 | 53 | 0 | 24 | 324 | 104 | 57 |
| Binary | 100110 | 1110011 | 11001011 | 1010001 | 101011 | 0 | 10100 | 11010100 | 1000100 | 101111 |
Color Harmonies of #2673CB
Complementary color
Monochromatic Colors of #2673CB
Black with #2673CB
Text Example
Text Example
White with #2673CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2673CB; }
p { color: rgb(38,115,203); }
H1.HeaderClassName
{
color: #2673CB;
}
.AnyTagClassName
{
color: #2673CB;
}
</style>
background-color css
<style>
a { background-color: #2673CB; }
a { background-color: rgb(38,115,203); }
div.DivClassName
{
background-color: #2673CB;
}
.BgClassName
{
background-color: #2673CB;
}
</style>
border-color css
<style>
span { border-color: #2673CB; }
span { border-color: rgb(38,115,203); }
td.TdClassName
{
border-color: #2673CB;
}
.TagClassName
{
border-color: #2673CB;
}
</style>