Shades of Denim #2664CA
Tints of Denim #2664CA
RGB
CMYK
RGB Variations
Color information
#2664CA (or 0x2664CA) is known color: Denim. HEX triplet: 26, 64 and CA. RGB value is (38,100,202). Sum of RGB (Red+Green+Blue) = 38+100+202=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #2664CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2664CA is #D99B35. Grayscale: #5C5C5C. Windows color (decimal): -14261046 or 13263910. OLE color: 13263910.
HSL color Cylindrical-coordinate representation of color #2664CA: hue angle of 217.32º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2664CA is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 100 | 202 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.21 |
| HSL | 217.32º | 0.68% | 0.47% | - |
| HSV(B) | 217.32º | 0.81% | 0.79% | - |
| XYZ | 16.02 | 13.79 | 57.69 | - |
| YUV | 93.09 | 189.46 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 100 | 202 | 0.81 | 0.50 | 0 | 0.21 | 217.32 | 0.68 | 0.47 |
| Hex | 26 | 64 | CA | 51 | 32 | 0 | 15 | D9 | 44 | 2F |
| Octal | 46 | 144 | 312 | 121 | 62 | 0 | 25 | 331 | 104 | 57 |
| Binary | 100110 | 1100100 | 11001010 | 1010001 | 110010 | 0 | 10101 | 11011001 | 1000100 | 101111 |
Color Harmonies of #2664CA
Complementary color
Monochromatic Colors of #2664CA
Black with #2664CA
Text Example
Text Example
White with #2664CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2664CA; }
p { color: rgb(38,100,202); }
H1.HeaderClassName
{
color: #2664CA;
}
.AnyTagClassName
{
color: #2664CA;
}
</style>
background-color css
<style>
a { background-color: #2664CA; }
a { background-color: rgb(38,100,202); }
div.DivClassName
{
background-color: #2664CA;
}
.BgClassName
{
background-color: #2664CA;
}
</style>
border-color css
<style>
span { border-color: #2664CA; }
span { border-color: rgb(38,100,202); }
td.TdClassName
{
border-color: #2664CA;
}
.TagClassName
{
border-color: #2664CA;
}
</style>