Shades of Denim #2675C9
Tints of Denim #2675C9
RGB
CMYK
RGB Variations
Color information
#2675C9 (or 0x2675C9) is known color: Denim. HEX triplet: 26, 75 and C9. RGB value is (38,117,201). Sum of RGB (Red+Green+Blue) = 38+117+201=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 201 (78.91% from 255 or 56.46% from 356); Max value from RGB is 201 - color contains mainly: blue. Hex color #2675C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2675C9 is #D98A36. Grayscale: #666666. Windows color (decimal): -14256695 or 13202726. OLE color: 13202726.
HSL color Cylindrical-coordinate representation of color #2675C9: hue angle of 210.92º 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 #2675C9 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 117 | 201 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.21 |
| HSL | 210.92º | 0.68% | 0.47% | - |
| HSV(B) | 210.92º | 0.81% | 0.79% | - |
| XYZ | 17.7 | 17.35 | 57.67 | - |
| YUV | 102.96 | 183.33 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 201 | 0.81 | 0.42 | 0 | 0.21 | 210.92 | 0.68 | 0.47 |
| Hex | 26 | 75 | C9 | 51 | 2A | 0 | 15 | D3 | 44 | 2F |
| Octal | 46 | 165 | 311 | 121 | 52 | 0 | 25 | 323 | 104 | 57 |
| Binary | 100110 | 1110101 | 11001001 | 1010001 | 101010 | 0 | 10101 | 11010011 | 1000100 | 101111 |
Color Harmonies of #2675C9
Complementary color
Monochromatic Colors of #2675C9
Black with #2675C9
Text Example
Text Example
White with #2675C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2675C9; }
p { color: rgb(38,117,201); }
H1.HeaderClassName
{
color: #2675C9;
}
.AnyTagClassName
{
color: #2675C9;
}
</style>
background-color css
<style>
a { background-color: #2675C9; }
a { background-color: rgb(38,117,201); }
div.DivClassName
{
background-color: #2675C9;
}
.BgClassName
{
background-color: #2675C9;
}
</style>
border-color css
<style>
span { border-color: #2675C9; }
span { border-color: rgb(38,117,201); }
td.TdClassName
{
border-color: #2675C9;
}
.TagClassName
{
border-color: #2675C9;
}
</style>