Shades of Denim #2665B9
Tints of Denim #2665B9
RGB
CMYK
RGB Variations
Color information
#2665B9 (or 0x2665B9) is known color: Denim. HEX triplet: 26, 65 and B9. RGB value is (38,101,185). Sum of RGB (Red+Green+Blue) = 38+101+185=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #2665B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2665B9 is #D99A46. Grayscale: #5B5B5B. Windows color (decimal): -14260807 or 12150054. OLE color: 12150054.
HSL color Cylindrical-coordinate representation of color #2665B9: hue angle of 214.29º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2665B9 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 101 | 185 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.27 |
| HSL | 214.29º | 0.66% | 0.44% | - |
| HSV(B) | 214.29º | 0.79% | 0.73% | - |
| XYZ | 14.21 | 13.22 | 47.7 | - |
| YUV | 91.74 | 180.63 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 101 | 185 | 0.79 | 0.45 | 0 | 0.27 | 214.29 | 0.66 | 0.44 |
| Hex | 26 | 65 | B9 | 4F | 2D | 0 | 1B | D6 | 42 | 2C |
| Octal | 46 | 145 | 271 | 117 | 55 | 0 | 33 | 326 | 102 | 54 |
| Binary | 100110 | 1100101 | 10111001 | 1001111 | 101101 | 0 | 11011 | 11010110 | 1000010 | 101100 |
Color Harmonies of #2665B9
Complementary color
Monochromatic Colors of #2665B9
Black with #2665B9
Text Example
Text Example
White with #2665B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2665B9; }
p { color: rgb(38,101,185); }
H1.HeaderClassName
{
color: #2665B9;
}
.AnyTagClassName
{
color: #2665B9;
}
</style>
background-color css
<style>
a { background-color: #2665B9; }
a { background-color: rgb(38,101,185); }
div.DivClassName
{
background-color: #2665B9;
}
.BgClassName
{
background-color: #2665B9;
}
</style>
border-color css
<style>
span { border-color: #2665B9; }
span { border-color: rgb(38,101,185); }
td.TdClassName
{
border-color: #2665B9;
}
.TagClassName
{
border-color: #2665B9;
}
</style>