Shades of Denim #2366BF
Tints of Denim #2366BF
RGB
CMYK
RGB Variations
Color information
#2366BF (or 0x2366BF) is known color: Denim. HEX triplet: 23, 66 and BF. RGB value is (35,102,191). Sum of RGB (Red+Green+Blue) = 35+102+191=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #2366BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2366BF is #DC9940. Grayscale: #5B5B5B. Windows color (decimal): -14457153 or 12543523. OLE color: 12543523.
HSL color Cylindrical-coordinate representation of color #2366BF: hue angle of 214.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2366BF is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 102 | 191 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.25 |
| HSL | 214.23º | 0.69% | 0.44% | - |
| HSV(B) | 214.23º | 0.82% | 0.75% | - |
| XYZ | 14.85 | 13.62 | 51.14 | - |
| YUV | 92.11 | 183.8 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 191 | 0.82 | 0.47 | 0 | 0.25 | 214.23 | 0.69 | 0.44 |
| Hex | 23 | 66 | BF | 52 | 2F | 0 | 19 | D6 | 45 | 2C |
| Octal | 43 | 146 | 277 | 122 | 57 | 0 | 31 | 326 | 105 | 54 |
| Binary | 100011 | 1100110 | 10111111 | 1010010 | 101111 | 0 | 11001 | 11010110 | 1000101 | 101100 |
Color Harmonies of #2366BF
Complementary color
Monochromatic Colors of #2366BF
Black with #2366BF
Text Example
Text Example
White with #2366BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2366BF; }
p { color: rgb(35,102,191); }
H1.HeaderClassName
{
color: #2366BF;
}
.AnyTagClassName
{
color: #2366BF;
}
</style>
background-color css
<style>
a { background-color: #2366BF; }
a { background-color: rgb(35,102,191); }
div.DivClassName
{
background-color: #2366BF;
}
.BgClassName
{
background-color: #2366BF;
}
</style>
border-color css
<style>
span { border-color: #2366BF; }
span { border-color: rgb(35,102,191); }
td.TdClassName
{
border-color: #2366BF;
}
.TagClassName
{
border-color: #2366BF;
}
</style>