Shades of Denim #2673CA
Tints of Denim #2673CA
RGB
CMYK
RGB Variations
Color information
#2673CA (or 0x2673CA) is known color: Denim. HEX triplet: 26, 73 and CA. RGB value is (38,115,202). Sum of RGB (Red+Green+Blue) = 38+115+202=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #2673CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2673CA is #D98C35. Grayscale: #656565. Windows color (decimal): -14257206 or 13267750. OLE color: 13267750.
HSL color Cylindrical-coordinate representation of color #2673CA: hue angle of 211.83º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2673CA is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 115 | 202 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.21 |
| HSL | 211.83º | 0.68% | 0.47% | - |
| HSV(B) | 211.83º | 0.81% | 0.79% | - |
| XYZ | 17.59 | 16.94 | 58.22 | - |
| YUV | 101.9 | 184.49 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 202 | 0.81 | 0.43 | 0 | 0.21 | 211.83 | 0.68 | 0.47 |
| Hex | 26 | 73 | CA | 51 | 2B | 0 | 15 | D4 | 44 | 2F |
| Octal | 46 | 163 | 312 | 121 | 53 | 0 | 25 | 324 | 104 | 57 |
| Binary | 100110 | 1110011 | 11001010 | 1010001 | 101011 | 0 | 10101 | 11010100 | 1000100 | 101111 |
Color Harmonies of #2673CA
Complementary color
Monochromatic Colors of #2673CA
Black with #2673CA
Text Example
Text Example
White with #2673CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2673CA; }
p { color: rgb(38,115,202); }
H1.HeaderClassName
{
color: #2673CA;
}
.AnyTagClassName
{
color: #2673CA;
}
</style>
background-color css
<style>
a { background-color: #2673CA; }
a { background-color: rgb(38,115,202); }
div.DivClassName
{
background-color: #2673CA;
}
.BgClassName
{
background-color: #2673CA;
}
</style>
border-color css
<style>
span { border-color: #2673CA; }
span { border-color: rgb(38,115,202); }
td.TdClassName
{
border-color: #2673CA;
}
.TagClassName
{
border-color: #2673CA;
}
</style>