Shades of Denim #2769CB
Tints of Denim #2769CB
RGB
CMYK
RGB Variations
Color information
#2769CB (or 0x2769CB) is known color: Denim. HEX triplet: 27, 69 and CB. RGB value is (39,105,203). Sum of RGB (Red+Green+Blue) = 39+105+203=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #2769CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2769CB is #D89634. Grayscale: #5F5F5F. Windows color (decimal): -14194229 or 13330727. OLE color: 13330727.
HSL color Cylindrical-coordinate representation of color #2769CB: hue angle of 215.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2769CB is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 105 | 203 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.20 |
| HSL | 215.85º | 0.68% | 0.47% | - |
| HSV(B) | 215.85º | 0.81% | 0.8% | - |
| XYZ | 16.67 | 14.85 | 58.49 | - |
| YUV | 96.44 | 188.13 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 203 | 0.81 | 0.48 | 0 | 0.20 | 215.85 | 0.68 | 0.47 |
| Hex | 27 | 69 | CB | 51 | 30 | 0 | 14 | D8 | 44 | 2F |
| Octal | 47 | 151 | 313 | 121 | 60 | 0 | 24 | 330 | 104 | 57 |
| Binary | 100111 | 1101001 | 11001011 | 1010001 | 110000 | 0 | 10100 | 11011000 | 1000100 | 101111 |
Color Harmonies of #2769CB
Complementary color
Monochromatic Colors of #2769CB
Black with #2769CB
Text Example
Text Example
White with #2769CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2769CB; }
p { color: rgb(39,105,203); }
H1.HeaderClassName
{
color: #2769CB;
}
.AnyTagClassName
{
color: #2769CB;
}
</style>
background-color css
<style>
a { background-color: #2769CB; }
a { background-color: rgb(39,105,203); }
div.DivClassName
{
background-color: #2769CB;
}
.BgClassName
{
background-color: #2769CB;
}
</style>
border-color css
<style>
span { border-color: #2769CB; }
span { border-color: rgb(39,105,203); }
td.TdClassName
{
border-color: #2769CB;
}
.TagClassName
{
border-color: #2769CB;
}
</style>