Shades of Denim #2675C0
Tints of Denim #2675C0
RGB
CMYK
RGB Variations
Color information
#2675C0 (or 0x2675C0) is known color: Denim. HEX triplet: 26, 75 and C0. RGB value is (38,117,192). Sum of RGB (Red+Green+Blue) = 38+117+192=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #2675C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2675C0 is #D98A3F. Grayscale: #656565. Windows color (decimal): -14256704 or 12612902. OLE color: 12612902.
HSL color Cylindrical-coordinate representation of color #2675C0: hue angle of 209.22º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2675C0 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 117 | 192 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.25 |
| HSL | 209.22º | 0.67% | 0.45% | - |
| HSV(B) | 209.22º | 0.8% | 0.75% | - |
| XYZ | 16.68 | 16.94 | 52.26 | - |
| YUV | 101.93 | 178.83 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 192 | 0.80 | 0.39 | 0 | 0.25 | 209.22 | 0.67 | 0.45 |
| Hex | 26 | 75 | C0 | 50 | 27 | 0 | 19 | D1 | 43 | 2D |
| Octal | 46 | 165 | 300 | 120 | 47 | 0 | 31 | 321 | 103 | 55 |
| Binary | 100110 | 1110101 | 11000000 | 1010000 | 100111 | 0 | 11001 | 11010001 | 1000011 | 101101 |
Color Harmonies of #2675C0
Complementary color
Monochromatic Colors of #2675C0
Black with #2675C0
Text Example
Text Example
White with #2675C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2675C0; }
p { color: rgb(38,117,192); }
H1.HeaderClassName
{
color: #2675C0;
}
.AnyTagClassName
{
color: #2675C0;
}
</style>
background-color css
<style>
a { background-color: #2675C0; }
a { background-color: rgb(38,117,192); }
div.DivClassName
{
background-color: #2675C0;
}
.BgClassName
{
background-color: #2675C0;
}
</style>
border-color css
<style>
span { border-color: #2675C0; }
span { border-color: rgb(38,117,192); }
td.TdClassName
{
border-color: #2675C0;
}
.TagClassName
{
border-color: #2675C0;
}
</style>