Shades of Denim #2665BA
Tints of Denim #2665BA
RGB
CMYK
RGB Variations
Color information
#2665BA (or 0x2665BA) is known color: Denim. HEX triplet: 26, 65 and BA. RGB value is (38,101,186). Sum of RGB (Red+Green+Blue) = 38+101+186=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #2665BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2665BA is #D99A45. Grayscale: #5B5B5B. Windows color (decimal): -14260806 or 12215590. OLE color: 12215590.
HSL color Cylindrical-coordinate representation of color #2665BA: hue angle of 214.46º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2665BA is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 101 | 186 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.27 |
| HSL | 214.46º | 0.66% | 0.44% | - |
| HSV(B) | 214.46º | 0.8% | 0.73% | - |
| XYZ | 14.32 | 13.26 | 48.26 | - |
| YUV | 91.85 | 181.13 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 101 | 186 | 0.80 | 0.46 | 0 | 0.27 | 214.46 | 0.66 | 0.44 |
| Hex | 26 | 65 | BA | 50 | 2E | 0 | 1B | D6 | 42 | 2C |
| Octal | 46 | 145 | 272 | 120 | 56 | 0 | 33 | 326 | 102 | 54 |
| Binary | 100110 | 1100101 | 10111010 | 1010000 | 101110 | 0 | 11011 | 11010110 | 1000010 | 101100 |
Color Harmonies of #2665BA
Complementary color
Monochromatic Colors of #2665BA
Black with #2665BA
Text Example
Text Example
White with #2665BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2665BA; }
p { color: rgb(38,101,186); }
H1.HeaderClassName
{
color: #2665BA;
}
.AnyTagClassName
{
color: #2665BA;
}
</style>
background-color css
<style>
a { background-color: #2665BA; }
a { background-color: rgb(38,101,186); }
div.DivClassName
{
background-color: #2665BA;
}
.BgClassName
{
background-color: #2665BA;
}
</style>
border-color css
<style>
span { border-color: #2665BA; }
span { border-color: rgb(38,101,186); }
td.TdClassName
{
border-color: #2665BA;
}
.TagClassName
{
border-color: #2665BA;
}
</style>