Shades of Denim #2665B6
Tints of Denim #2665B6
RGB
CMYK
RGB Variations
Color information
#2665B6 (or 0x2665B6) is known color: Denim. HEX triplet: 26, 65 and B6. RGB value is (38,101,182). Sum of RGB (Red+Green+Blue) = 38+101+182=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #2665B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2665B6 is #D99A49. Grayscale: #5B5B5B. Windows color (decimal): -14260810 or 11953446. OLE color: 11953446.
HSL color Cylindrical-coordinate representation of color #2665B6: hue angle of 213.75º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2665B6 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 101 | 182 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.29 |
| HSL | 213.75º | 0.65% | 0.43% | - |
| HSV(B) | 213.75º | 0.79% | 0.71% | - |
| XYZ | 13.9 | 13.1 | 46.05 | - |
| YUV | 91.4 | 179.13 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 101 | 182 | 0.79 | 0.45 | 0 | 0.29 | 213.75 | 0.65 | 0.43 |
| Hex | 26 | 65 | B6 | 4F | 2D | 0 | 1D | D6 | 41 | 2B |
| Octal | 46 | 145 | 266 | 117 | 55 | 0 | 35 | 326 | 101 | 53 |
| Binary | 100110 | 1100101 | 10110110 | 1001111 | 101101 | 0 | 11101 | 11010110 | 1000001 | 101011 |
Color Harmonies of #2665B6
Complementary color
Monochromatic Colors of #2665B6
Black with #2665B6
Text Example
Text Example
White with #2665B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2665B6; }
p { color: rgb(38,101,182); }
H1.HeaderClassName
{
color: #2665B6;
}
.AnyTagClassName
{
color: #2665B6;
}
</style>
background-color css
<style>
a { background-color: #2665B6; }
a { background-color: rgb(38,101,182); }
div.DivClassName
{
background-color: #2665B6;
}
.BgClassName
{
background-color: #2665B6;
}
</style>
border-color css
<style>
span { border-color: #2665B6; }
span { border-color: rgb(38,101,182); }
td.TdClassName
{
border-color: #2665B6;
}
.TagClassName
{
border-color: #2665B6;
}
</style>