Shades of Denim #2367CF
Tints of Denim #2367CF
RGB
CMYK
RGB Variations
Color information
#2367CF (or 0x2367CF) is known color: Denim. HEX triplet: 23, 67 and CF. RGB value is (35,103,207). Sum of RGB (Red+Green+Blue) = 35+103+207=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #2367CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2367CF is #DC9830. Grayscale: #5E5E5E. Windows color (decimal): -14456881 or 13592355. OLE color: 13592355.
HSL color Cylindrical-coordinate representation of color #2367CF: hue angle of 216.28º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2367CF is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 103 | 207 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.19 |
| HSL | 216.28º | 0.71% | 0.47% | - |
| HSV(B) | 216.28º | 0.83% | 0.81% | - |
| XYZ | 16.81 | 14.56 | 60.96 | - |
| YUV | 94.52 | 191.47 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 103 | 207 | 0.83 | 0.50 | 0 | 0.19 | 216.28 | 0.71 | 0.47 |
| Hex | 23 | 67 | CF | 53 | 32 | 0 | 13 | D8 | 47 | 2F |
| Octal | 43 | 147 | 317 | 123 | 62 | 0 | 23 | 330 | 107 | 57 |
| Binary | 100011 | 1100111 | 11001111 | 1010011 | 110010 | 0 | 10011 | 11011000 | 1000111 | 101111 |
Color Harmonies of #2367CF
Complementary color
Monochromatic Colors of #2367CF
Black with #2367CF
Text Example
Text Example
White with #2367CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2367CF; }
p { color: rgb(35,103,207); }
H1.HeaderClassName
{
color: #2367CF;
}
.AnyTagClassName
{
color: #2367CF;
}
</style>
background-color css
<style>
a { background-color: #2367CF; }
a { background-color: rgb(35,103,207); }
div.DivClassName
{
background-color: #2367CF;
}
.BgClassName
{
background-color: #2367CF;
}
</style>
border-color css
<style>
span { border-color: #2367CF; }
span { border-color: rgb(35,103,207); }
td.TdClassName
{
border-color: #2367CF;
}
.TagClassName
{
border-color: #2367CF;
}
</style>