Shades of Denim #2365BB
Tints of Denim #2365BB
RGB
CMYK
RGB Variations
Color information
#2365BB (or 0x2365BB) is known color: Denim. HEX triplet: 23, 65 and BB. RGB value is (35,101,187). Sum of RGB (Red+Green+Blue) = 35+101+187=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #2365BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2365BB is #DC9A44. Grayscale: #5A5A5A. Windows color (decimal): -14457413 or 12281123. OLE color: 12281123.
HSL color Cylindrical-coordinate representation of color #2365BB: hue angle of 213.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2365BB is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 101 | 187 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.27 |
| HSL | 213.95º | 0.68% | 0.44% | - |
| HSV(B) | 213.95º | 0.81% | 0.73% | - |
| XYZ | 14.32 | 13.25 | 48.82 | - |
| YUV | 91.07 | 182.13 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 187 | 0.81 | 0.46 | 0 | 0.27 | 213.95 | 0.68 | 0.44 |
| Hex | 23 | 65 | BB | 51 | 2E | 0 | 1B | D6 | 44 | 2C |
| Octal | 43 | 145 | 273 | 121 | 56 | 0 | 33 | 326 | 104 | 54 |
| Binary | 100011 | 1100101 | 10111011 | 1010001 | 101110 | 0 | 11011 | 11010110 | 1000100 | 101100 |
Color Harmonies of #2365BB
Complementary color
Monochromatic Colors of #2365BB
Black with #2365BB
Text Example
Text Example
White with #2365BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2365BB; }
p { color: rgb(35,101,187); }
H1.HeaderClassName
{
color: #2365BB;
}
.AnyTagClassName
{
color: #2365BB;
}
</style>
background-color css
<style>
a { background-color: #2365BB; }
a { background-color: rgb(35,101,187); }
div.DivClassName
{
background-color: #2365BB;
}
.BgClassName
{
background-color: #2365BB;
}
</style>
border-color css
<style>
span { border-color: #2365BB; }
span { border-color: rgb(35,101,187); }
td.TdClassName
{
border-color: #2365BB;
}
.TagClassName
{
border-color: #2365BB;
}
</style>