Shades of Denim #2378BD
Tints of Denim #2378BD
RGB
CMYK
RGB Variations
Color information
#2378BD (or 0x2378BD) is known color: Denim. HEX triplet: 23, 78 and BD. RGB value is (35,120,189). Sum of RGB (Red+Green+Blue) = 35+120+189=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #2378BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2378BD is #DC8742. Grayscale: #666666. Windows color (decimal): -14452547 or 12417059. OLE color: 12417059.
HSL color Cylindrical-coordinate representation of color #2378BD: hue angle of 206.88º 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 #2378BD is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 120 | 189 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.26 |
| HSL | 206.88º | 0.69% | 0.44% | - |
| HSV(B) | 206.88º | 0.81% | 0.74% | - |
| XYZ | 16.59 | 17.46 | 50.64 | - |
| YUV | 102.45 | 176.84 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 120 | 189 | 0.81 | 0.37 | 0 | 0.26 | 206.88 | 0.69 | 0.44 |
| Hex | 23 | 78 | BD | 51 | 25 | 0 | 1A | CF | 45 | 2C |
| Octal | 43 | 170 | 275 | 121 | 45 | 0 | 32 | 317 | 105 | 54 |
| Binary | 100011 | 1111000 | 10111101 | 1010001 | 100101 | 0 | 11010 | 11001111 | 1000101 | 101100 |
Color Harmonies of #2378BD
Complementary color
Monochromatic Colors of #2378BD
Black with #2378BD
Text Example
Text Example
White with #2378BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2378BD; }
p { color: rgb(35,120,189); }
H1.HeaderClassName
{
color: #2378BD;
}
.AnyTagClassName
{
color: #2378BD;
}
</style>
background-color css
<style>
a { background-color: #2378BD; }
a { background-color: rgb(35,120,189); }
div.DivClassName
{
background-color: #2378BD;
}
.BgClassName
{
background-color: #2378BD;
}
</style>
border-color css
<style>
span { border-color: #2378BD; }
span { border-color: rgb(35,120,189); }
td.TdClassName
{
border-color: #2378BD;
}
.TagClassName
{
border-color: #2378BD;
}
</style>