Shades of Denim #2364B4
Tints of Denim #2364B4
RGB
CMYK
RGB Variations
Color information
#2364B4 (or 0x2364B4) is known color: Denim. HEX triplet: 23, 64 and B4. RGB value is (35,100,180). Sum of RGB (Red+Green+Blue) = 35+100+180=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #2364B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2364B4 is #DC9B4B. Grayscale: #595959. Windows color (decimal): -14457676 or 11822115. OLE color: 11822115.
HSL color Cylindrical-coordinate representation of color #2364B4: hue angle of 213.1º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2364B4 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 100 | 180 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.29 |
| HSL | 213.1º | 0.67% | 0.42% | - |
| HSV(B) | 213.1º | 0.81% | 0.71% | - |
| XYZ | 13.49 | 12.77 | 44.93 | - |
| YUV | 89.69 | 178.97 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 180 | 0.81 | 0.44 | 0 | 0.29 | 213.1 | 0.67 | 0.42 |
| Hex | 23 | 64 | B4 | 51 | 2C | 0 | 1D | D5 | 43 | 2A |
| Octal | 43 | 144 | 264 | 121 | 54 | 0 | 35 | 325 | 103 | 52 |
| Binary | 100011 | 1100100 | 10110100 | 1010001 | 101100 | 0 | 11101 | 11010101 | 1000011 | 101010 |
Color Harmonies of #2364B4
Complementary color
Monochromatic Colors of #2364B4
Black with #2364B4
Text Example
Text Example
White with #2364B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2364B4; }
p { color: rgb(35,100,180); }
H1.HeaderClassName
{
color: #2364B4;
}
.AnyTagClassName
{
color: #2364B4;
}
</style>
background-color css
<style>
a { background-color: #2364B4; }
a { background-color: rgb(35,100,180); }
div.DivClassName
{
background-color: #2364B4;
}
.BgClassName
{
background-color: #2364B4;
}
</style>
border-color css
<style>
span { border-color: #2364B4; }
span { border-color: rgb(35,100,180); }
td.TdClassName
{
border-color: #2364B4;
}
.TagClassName
{
border-color: #2364B4;
}
</style>