Shades of Denim #2362AF
Tints of Denim #2362AF
RGB
CMYK
RGB Variations
Color information
#2362AF (or 0x2362AF) is known color: Denim. HEX triplet: 23, 62 and AF. RGB value is (35,98,175). Sum of RGB (Red+Green+Blue) = 35+98+175=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #2362AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2362AF is #DC9D50. Grayscale: #575757. Windows color (decimal): -14458193 or 11493923. OLE color: 11493923.
HSL color Cylindrical-coordinate representation of color #2362AF: hue angle of 213º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2362AF is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 98 | 175 | - |
| CMYK | 0.8 | 0.44 | 0 | 0.31 |
| HSL | 213º | 0.67% | 0.41% | - |
| HSV(B) | 213º | 0.8% | 0.69% | - |
| XYZ | 12.8 | 12.19 | 42.24 | - |
| YUV | 87.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 175 | 0.8 | 0.44 | 0 | 0.31 | 213 | 0.67 | 0.41 |
| Hex | 23 | 62 | AF | 50 | 2C | 0 | 1F | D5 | 43 | 29 |
| Octal | 43 | 142 | 257 | 120 | 54 | 0 | 37 | 325 | 103 | 51 |
| Binary | 100011 | 1100010 | 10101111 | 1010000 | 101100 | 0 | 11111 | 11010101 | 1000011 | 101001 |
Color Harmonies of #2362AF
Complementary color
Monochromatic Colors of #2362AF
Black with #2362AF
Text Example
Text Example
White with #2362AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2362AF; }
p { color: rgb(35,98,175); }
H1.HeaderClassName
{
color: #2362AF;
}
.AnyTagClassName
{
color: #2362AF;
}
</style>
background-color css
<style>
a { background-color: #2362AF; }
a { background-color: rgb(35,98,175); }
div.DivClassName
{
background-color: #2362AF;
}
.BgClassName
{
background-color: #2362AF;
}
</style>
border-color css
<style>
span { border-color: #2362AF; }
span { border-color: rgb(35,98,175); }
td.TdClassName
{
border-color: #2362AF;
}
.TagClassName
{
border-color: #2362AF;
}
</style>