Shades of Denim #2675C5
Tints of Denim #2675C5
RGB
CMYK
RGB Variations
Color information
#2675C5 (or 0x2675C5) is known color: Denim. HEX triplet: 26, 75 and C5. RGB value is (38,117,197). Sum of RGB (Red+Green+Blue) = 38+117+197=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 197 (77.34% from 255 or 55.97% from 352); Max value from RGB is 197 - color contains mainly: blue. Hex color #2675C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2675C5 is #D98A3A. Grayscale: #666666. Windows color (decimal): -14256699 or 12940582. OLE color: 12940582.
HSL color Cylindrical-coordinate representation of color #2675C5: hue angle of 210.19º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2675C5 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 117 | 197 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.23 |
| HSL | 210.19º | 0.68% | 0.46% | - |
| HSV(B) | 210.19º | 0.81% | 0.77% | - |
| XYZ | 17.24 | 17.17 | 55.23 | - |
| YUV | 102.5 | 181.33 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 197 | 0.81 | 0.41 | 0 | 0.23 | 210.19 | 0.68 | 0.46 |
| Hex | 26 | 75 | C5 | 51 | 29 | 0 | 17 | D2 | 44 | 2E |
| Octal | 46 | 165 | 305 | 121 | 51 | 0 | 27 | 322 | 104 | 56 |
| Binary | 100110 | 1110101 | 11000101 | 1010001 | 101001 | 0 | 10111 | 11010010 | 1000100 | 101110 |
Color Harmonies of #2675C5
Complementary color
Monochromatic Colors of #2675C5
Black with #2675C5
Text Example
Text Example
White with #2675C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2675C5; }
p { color: rgb(38,117,197); }
H1.HeaderClassName
{
color: #2675C5;
}
.AnyTagClassName
{
color: #2675C5;
}
</style>
background-color css
<style>
a { background-color: #2675C5; }
a { background-color: rgb(38,117,197); }
div.DivClassName
{
background-color: #2675C5;
}
.BgClassName
{
background-color: #2675C5;
}
</style>
border-color css
<style>
span { border-color: #2675C5; }
span { border-color: rgb(38,117,197); }
td.TdClassName
{
border-color: #2675C5;
}
.TagClassName
{
border-color: #2675C5;
}
</style>