Shades of Denim #2365BF
Tints of Denim #2365BF
RGB
CMYK
RGB Variations
Color information
#2365BF (or 0x2365BF) is known color: Denim. HEX triplet: 23, 65 and BF. RGB value is (35,101,191). Sum of RGB (Red+Green+Blue) = 35+101+191=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #2365BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2365BF is #DC9A40. Grayscale: #5B5B5B. Windows color (decimal): -14457409 or 12543267. OLE color: 12543267.
HSL color Cylindrical-coordinate representation of color #2365BF: hue angle of 214.62º 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 #2365BF is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 101 | 191 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.25 |
| HSL | 214.62º | 0.69% | 0.44% | - |
| HSV(B) | 214.62º | 0.82% | 0.75% | - |
| XYZ | 14.75 | 13.43 | 51.1 | - |
| YUV | 91.53 | 184.13 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 191 | 0.82 | 0.47 | 0 | 0.25 | 214.62 | 0.69 | 0.44 |
| Hex | 23 | 65 | BF | 52 | 2F | 0 | 19 | D7 | 45 | 2C |
| Octal | 43 | 145 | 277 | 122 | 57 | 0 | 31 | 327 | 105 | 54 |
| Binary | 100011 | 1100101 | 10111111 | 1010010 | 101111 | 0 | 11001 | 11010111 | 1000101 | 101100 |
Color Harmonies of #2365BF
Complementary color
Monochromatic Colors of #2365BF
Black with #2365BF
Text Example
Text Example
White with #2365BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2365BF; }
p { color: rgb(35,101,191); }
H1.HeaderClassName
{
color: #2365BF;
}
.AnyTagClassName
{
color: #2365BF;
}
</style>
background-color css
<style>
a { background-color: #2365BF; }
a { background-color: rgb(35,101,191); }
div.DivClassName
{
background-color: #2365BF;
}
.BgClassName
{
background-color: #2365BF;
}
</style>
border-color css
<style>
span { border-color: #2365BF; }
span { border-color: rgb(35,101,191); }
td.TdClassName
{
border-color: #2365BF;
}
.TagClassName
{
border-color: #2365BF;
}
</style>