Shades of Denim #2669CC
Tints of Denim #2669CC
RGB
CMYK
RGB Variations
Color information
#2669CC (or 0x2669CC) is known color: Denim. HEX triplet: 26, 69 and CC. RGB value is (38,105,204). Sum of RGB (Red+Green+Blue) = 38+105+204=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #2669CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2669CC is #D99633. Grayscale: #5F5F5F. Windows color (decimal): -14259764 or 13396262. OLE color: 13396262.
HSL color Cylindrical-coordinate representation of color #2669CC: hue angle of 215.78º degrees, saturation: 0.69, 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 #2669CC is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 105 | 204 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.2 |
| HSL | 215.78º | 0.69% | 0.47% | - |
| HSV(B) | 215.78º | 0.81% | 0.8% | - |
| XYZ | 16.75 | 14.87 | 59.12 | - |
| YUV | 96.25 | 188.8 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 204 | 0.81 | 0.49 | 0 | 0.2 | 215.78 | 0.69 | 0.47 |
| Hex | 26 | 69 | CC | 51 | 31 | 0 | 14 | D8 | 45 | 2F |
| Octal | 46 | 151 | 314 | 121 | 61 | 0 | 24 | 330 | 105 | 57 |
| Binary | 100110 | 1101001 | 11001100 | 1010001 | 110001 | 0 | 10100 | 11011000 | 1000101 | 101111 |
Color Harmonies of #2669CC
Complementary color
Monochromatic Colors of #2669CC
Black with #2669CC
Text Example
Text Example
White with #2669CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669CC; }
p { color: rgb(38,105,204); }
H1.HeaderClassName
{
color: #2669CC;
}
.AnyTagClassName
{
color: #2669CC;
}
</style>
background-color css
<style>
a { background-color: #2669CC; }
a { background-color: rgb(38,105,204); }
div.DivClassName
{
background-color: #2669CC;
}
.BgClassName
{
background-color: #2669CC;
}
</style>
border-color css
<style>
span { border-color: #2669CC; }
span { border-color: rgb(38,105,204); }
td.TdClassName
{
border-color: #2669CC;
}
.TagClassName
{
border-color: #2669CC;
}
</style>