Shades of Denim #2267BB
Tints of Denim #2267BB
RGB
CMYK
RGB Variations
Color information
#2267BB (or 0x2267BB) is known color: Denim. HEX triplet: 22, 67 and BB. RGB value is (34,103,187). Sum of RGB (Red+Green+Blue) = 34+103+187=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #2267BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2267BB is #DD9844. Grayscale: #5B5B5B. Windows color (decimal): -14522437 or 12281634. OLE color: 12281634.
HSL color Cylindrical-coordinate representation of color #2267BB: hue angle of 212.94º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2267BB is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 103 | 187 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.27 |
| HSL | 212.94º | 0.69% | 0.43% | - |
| HSV(B) | 212.94º | 0.82% | 0.73% | - |
| XYZ | 14.48 | 13.63 | 48.88 | - |
| YUV | 91.95 | 181.64 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 103 | 187 | 0.82 | 0.45 | 0 | 0.27 | 212.94 | 0.69 | 0.43 |
| Hex | 22 | 67 | BB | 52 | 2D | 0 | 1B | D5 | 45 | 2B |
| Octal | 42 | 147 | 273 | 122 | 55 | 0 | 33 | 325 | 105 | 53 |
| Binary | 100010 | 1100111 | 10111011 | 1010010 | 101101 | 0 | 11011 | 11010101 | 1000101 | 101011 |
Color Harmonies of #2267BB
Complementary color
Monochromatic Colors of #2267BB
Black with #2267BB
Text Example
Text Example
White with #2267BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2267BB; }
p { color: rgb(34,103,187); }
H1.HeaderClassName
{
color: #2267BB;
}
.AnyTagClassName
{
color: #2267BB;
}
</style>
background-color css
<style>
a { background-color: #2267BB; }
a { background-color: rgb(34,103,187); }
div.DivClassName
{
background-color: #2267BB;
}
.BgClassName
{
background-color: #2267BB;
}
</style>
border-color css
<style>
span { border-color: #2267BB; }
span { border-color: rgb(34,103,187); }
td.TdClassName
{
border-color: #2267BB;
}
.TagClassName
{
border-color: #2267BB;
}
</style>