Shades of Denim #2365BA
Tints of Denim #2365BA
RGB
CMYK
RGB Variations
Color information
#2365BA (or 0x2365BA) is known color: Denim. HEX triplet: 23, 65 and BA. RGB value is (35,101,186). Sum of RGB (Red+Green+Blue) = 35+101+186=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #2365BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2365BA is #DC9A45. Grayscale: #5A5A5A. Windows color (decimal): -14457414 or 12215587. OLE color: 12215587.
HSL color Cylindrical-coordinate representation of color #2365BA: hue angle of 213.77º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2365BA is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 101 | 186 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.27 |
| HSL | 213.77º | 0.68% | 0.43% | - |
| HSV(B) | 213.77º | 0.81% | 0.73% | - |
| XYZ | 14.21 | 13.21 | 48.26 | - |
| YUV | 90.96 | 181.63 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 186 | 0.81 | 0.46 | 0 | 0.27 | 213.77 | 0.68 | 0.43 |
| Hex | 23 | 65 | BA | 51 | 2E | 0 | 1B | D6 | 44 | 2B |
| Octal | 43 | 145 | 272 | 121 | 56 | 0 | 33 | 326 | 104 | 53 |
| Binary | 100011 | 1100101 | 10111010 | 1010001 | 101110 | 0 | 11011 | 11010110 | 1000100 | 101011 |
Color Harmonies of #2365BA
Complementary color
Monochromatic Colors of #2365BA
Black with #2365BA
Text Example
Text Example
White with #2365BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2365BA; }
p { color: rgb(35,101,186); }
H1.HeaderClassName
{
color: #2365BA;
}
.AnyTagClassName
{
color: #2365BA;
}
</style>
background-color css
<style>
a { background-color: #2365BA; }
a { background-color: rgb(35,101,186); }
div.DivClassName
{
background-color: #2365BA;
}
.BgClassName
{
background-color: #2365BA;
}
</style>
border-color css
<style>
span { border-color: #2365BA; }
span { border-color: rgb(35,101,186); }
td.TdClassName
{
border-color: #2365BA;
}
.TagClassName
{
border-color: #2365BA;
}
</style>