Shades of Denim #2665CB
Tints of Denim #2665CB
RGB
CMYK
RGB Variations
Color information
#2665CB (or 0x2665CB) is known color: Denim. HEX triplet: 26, 65 and CB. RGB value is (38,101,203). Sum of RGB (Red+Green+Blue) = 38+101+203=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #2665CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2665CB is #D99A34. Grayscale: #5D5D5D. Windows color (decimal): -14260789 or 13329702. OLE color: 13329702.
HSL color Cylindrical-coordinate representation of color #2665CB: hue angle of 217.09º 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 #2665CB is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 101 | 203 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.20 |
| HSL | 217.09º | 0.68% | 0.47% | - |
| HSV(B) | 217.09º | 0.81% | 0.8% | - |
| XYZ | 16.23 | 14.03 | 58.35 | - |
| YUV | 93.79 | 189.63 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 101 | 203 | 0.81 | 0.50 | 0 | 0.20 | 217.09 | 0.68 | 0.47 |
| Hex | 26 | 65 | CB | 51 | 32 | 0 | 14 | D9 | 44 | 2F |
| Octal | 46 | 145 | 313 | 121 | 62 | 0 | 24 | 331 | 104 | 57 |
| Binary | 100110 | 1100101 | 11001011 | 1010001 | 110010 | 0 | 10100 | 11011001 | 1000100 | 101111 |
Color Harmonies of #2665CB
Complementary color
Monochromatic Colors of #2665CB
Black with #2665CB
Text Example
Text Example
White with #2665CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2665CB; }
p { color: rgb(38,101,203); }
H1.HeaderClassName
{
color: #2665CB;
}
.AnyTagClassName
{
color: #2665CB;
}
</style>
background-color css
<style>
a { background-color: #2665CB; }
a { background-color: rgb(38,101,203); }
div.DivClassName
{
background-color: #2665CB;
}
.BgClassName
{
background-color: #2665CB;
}
</style>
border-color css
<style>
span { border-color: #2665CB; }
span { border-color: rgb(38,101,203); }
td.TdClassName
{
border-color: #2665CB;
}
.TagClassName
{
border-color: #2665CB;
}
</style>