Shades of Denim #2765C3
Tints of Denim #2765C3
RGB
CMYK
RGB Variations
Color information
#2765C3 (or 0x2765C3) is known color: Denim. HEX triplet: 27, 65 and C3. RGB value is (39,101,195). Sum of RGB (Red+Green+Blue) = 39+101+195=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 195 (76.56% from 255 or 58.21% from 335); Max value from RGB is 195 - color contains mainly: blue. Hex color #2765C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2765C3 is #D89A3C. Grayscale: #5C5C5C. Windows color (decimal): -14195261 or 12805415. OLE color: 12805415.
HSL color Cylindrical-coordinate representation of color #2765C3: hue angle of 216.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2765C3 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 101 | 195 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.24 |
| HSL | 216.15º | 0.67% | 0.46% | - |
| HSV(B) | 216.15º | 0.8% | 0.76% | - |
| XYZ | 15.34 | 13.68 | 53.46 | - |
| YUV | 93.18 | 185.46 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 101 | 195 | 0.80 | 0.48 | 0 | 0.24 | 216.15 | 0.67 | 0.46 |
| Hex | 27 | 65 | C3 | 50 | 30 | 0 | 18 | D8 | 43 | 2E |
| Octal | 47 | 145 | 303 | 120 | 60 | 0 | 30 | 330 | 103 | 56 |
| Binary | 100111 | 1100101 | 11000011 | 1010000 | 110000 | 0 | 11000 | 11011000 | 1000011 | 101110 |
Color Harmonies of #2765C3
Complementary color
Monochromatic Colors of #2765C3
Black with #2765C3
Text Example
Text Example
White with #2765C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2765C3; }
p { color: rgb(39,101,195); }
H1.HeaderClassName
{
color: #2765C3;
}
.AnyTagClassName
{
color: #2765C3;
}
</style>
background-color css
<style>
a { background-color: #2765C3; }
a { background-color: rgb(39,101,195); }
div.DivClassName
{
background-color: #2765C3;
}
.BgClassName
{
background-color: #2765C3;
}
</style>
border-color css
<style>
span { border-color: #2765C3; }
span { border-color: rgb(39,101,195); }
td.TdClassName
{
border-color: #2765C3;
}
.TagClassName
{
border-color: #2765C3;
}
</style>