Shades of Denim #2364BB
Tints of Denim #2364BB
RGB
CMYK
RGB Variations
Color information
#2364BB (or 0x2364BB) is known color: Denim. HEX triplet: 23, 64 and BB. RGB value is (35,100,187). Sum of RGB (Red+Green+Blue) = 35+100+187=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #2364BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2364BB is #DC9B44. Grayscale: #5A5A5A. Windows color (decimal): -14457669 or 12280867. OLE color: 12280867.
HSL color Cylindrical-coordinate representation of color #2364BB: hue angle of 214.34º 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 #2364BB is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 100 | 187 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.27 |
| HSL | 214.34º | 0.68% | 0.44% | - |
| HSV(B) | 214.34º | 0.81% | 0.73% | - |
| XYZ | 14.22 | 13.06 | 48.78 | - |
| YUV | 90.48 | 182.47 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 187 | 0.81 | 0.47 | 0 | 0.27 | 214.34 | 0.68 | 0.44 |
| Hex | 23 | 64 | BB | 51 | 2F | 0 | 1B | D6 | 44 | 2C |
| Octal | 43 | 144 | 273 | 121 | 57 | 0 | 33 | 326 | 104 | 54 |
| Binary | 100011 | 1100100 | 10111011 | 1010001 | 101111 | 0 | 11011 | 11010110 | 1000100 | 101100 |
Color Harmonies of #2364BB
Complementary color
Monochromatic Colors of #2364BB
Black with #2364BB
Text Example
Text Example
White with #2364BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2364BB; }
p { color: rgb(35,100,187); }
H1.HeaderClassName
{
color: #2364BB;
}
.AnyTagClassName
{
color: #2364BB;
}
</style>
background-color css
<style>
a { background-color: #2364BB; }
a { background-color: rgb(35,100,187); }
div.DivClassName
{
background-color: #2364BB;
}
.BgClassName
{
background-color: #2364BB;
}
</style>
border-color css
<style>
span { border-color: #2364BB; }
span { border-color: rgb(35,100,187); }
td.TdClassName
{
border-color: #2364BB;
}
.TagClassName
{
border-color: #2364BB;
}
</style>