Shades of Denim #2367BA
Tints of Denim #2367BA
RGB
CMYK
RGB Variations
Color information
#2367BA (or 0x2367BA) is known color: Denim. HEX triplet: 23, 67 and BA. RGB value is (35,103,186). Sum of RGB (Red+Green+Blue) = 35+103+186=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #2367BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2367BA is #DC9845. Grayscale: #5B5B5B. Windows color (decimal): -14456902 or 12216099. OLE color: 12216099.
HSL color Cylindrical-coordinate representation of color #2367BA: hue angle of 212.98º 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 #2367BA is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 103 | 186 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.27 |
| HSL | 212.98º | 0.68% | 0.43% | - |
| HSV(B) | 212.98º | 0.81% | 0.73% | - |
| XYZ | 14.41 | 13.6 | 48.32 | - |
| YUV | 92.13 | 180.97 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 103 | 186 | 0.81 | 0.45 | 0 | 0.27 | 212.98 | 0.68 | 0.43 |
| Hex | 23 | 67 | BA | 51 | 2D | 0 | 1B | D5 | 44 | 2B |
| Octal | 43 | 147 | 272 | 121 | 55 | 0 | 33 | 325 | 104 | 53 |
| Binary | 100011 | 1100111 | 10111010 | 1010001 | 101101 | 0 | 11011 | 11010101 | 1000100 | 101011 |
Color Harmonies of #2367BA
Complementary color
Monochromatic Colors of #2367BA
Black with #2367BA
Text Example
Text Example
White with #2367BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2367BA; }
p { color: rgb(35,103,186); }
H1.HeaderClassName
{
color: #2367BA;
}
.AnyTagClassName
{
color: #2367BA;
}
</style>
background-color css
<style>
a { background-color: #2367BA; }
a { background-color: rgb(35,103,186); }
div.DivClassName
{
background-color: #2367BA;
}
.BgClassName
{
background-color: #2367BA;
}
</style>
border-color css
<style>
span { border-color: #2367BA; }
span { border-color: rgb(35,103,186); }
td.TdClassName
{
border-color: #2367BA;
}
.TagClassName
{
border-color: #2367BA;
}
</style>