Shades of Denim #2367BC
Tints of Denim #2367BC
RGB
CMYK
RGB Variations
Color information
#2367BC (or 0x2367BC) is known color: Denim. HEX triplet: 23, 67 and BC. RGB value is (35,103,188). Sum of RGB (Red+Green+Blue) = 35+103+188=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #2367BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2367BC is #DC9843. Grayscale: #5B5B5B. Windows color (decimal): -14456900 or 12347171. OLE color: 12347171.
HSL color Cylindrical-coordinate representation of color #2367BC: hue angle of 213.33º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2367BC is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 103 | 188 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.26 |
| HSL | 213.33º | 0.69% | 0.44% | - |
| HSV(B) | 213.33º | 0.81% | 0.74% | - |
| XYZ | 14.62 | 13.69 | 49.45 | - |
| YUV | 92.36 | 181.97 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 103 | 188 | 0.81 | 0.45 | 0 | 0.26 | 213.33 | 0.69 | 0.44 |
| Hex | 23 | 67 | BC | 51 | 2D | 0 | 1A | D5 | 45 | 2C |
| Octal | 43 | 147 | 274 | 121 | 55 | 0 | 32 | 325 | 105 | 54 |
| Binary | 100011 | 1100111 | 10111100 | 1010001 | 101101 | 0 | 11010 | 11010101 | 1000101 | 101100 |
Color Harmonies of #2367BC
Complementary color
Monochromatic Colors of #2367BC
Black with #2367BC
Text Example
Text Example
White with #2367BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2367BC; }
p { color: rgb(35,103,188); }
H1.HeaderClassName
{
color: #2367BC;
}
.AnyTagClassName
{
color: #2367BC;
}
</style>
background-color css
<style>
a { background-color: #2367BC; }
a { background-color: rgb(35,103,188); }
div.DivClassName
{
background-color: #2367BC;
}
.BgClassName
{
background-color: #2367BC;
}
</style>
border-color css
<style>
span { border-color: #2367BC; }
span { border-color: rgb(35,103,188); }
td.TdClassName
{
border-color: #2367BC;
}
.TagClassName
{
border-color: #2367BC;
}
</style>