Shades of Denim #2267B5
Tints of Denim #2267B5
RGB
CMYK
RGB Variations
Color information
#2267B5 (or 0x2267B5) is known color: Denim. HEX triplet: 22, 67 and B5. RGB value is (34,103,181). Sum of RGB (Red+Green+Blue) = 34+103+181=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 181 (71.09% from 255 or 56.92% from 318); Max value from RGB is 181 - color contains mainly: blue. Hex color #2267B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2267B5 is #DD984A. Grayscale: #5A5A5A. Windows color (decimal): -14522443 or 11888418. OLE color: 11888418.
HSL color Cylindrical-coordinate representation of color #2267B5: hue angle of 211.84º degrees, saturation: 0.68, 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 #2267B5 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 103 | 181 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.29 |
| HSL | 211.84º | 0.68% | 0.42% | - |
| HSV(B) | 211.84º | 0.81% | 0.71% | - |
| XYZ | 13.85 | 13.38 | 45.57 | - |
| YUV | 91.26 | 178.64 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 103 | 181 | 0.81 | 0.43 | 0 | 0.29 | 211.84 | 0.68 | 0.42 |
| Hex | 22 | 67 | B5 | 51 | 2B | 0 | 1D | D4 | 44 | 2A |
| Octal | 42 | 147 | 265 | 121 | 53 | 0 | 35 | 324 | 104 | 52 |
| Binary | 100010 | 1100111 | 10110101 | 1010001 | 101011 | 0 | 11101 | 11010100 | 1000100 | 101010 |
Color Harmonies of #2267B5
Complementary color
Monochromatic Colors of #2267B5
Black with #2267B5
Text Example
Text Example
White with #2267B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2267B5; }
p { color: rgb(34,103,181); }
H1.HeaderClassName
{
color: #2267B5;
}
.AnyTagClassName
{
color: #2267B5;
}
</style>
background-color css
<style>
a { background-color: #2267B5; }
a { background-color: rgb(34,103,181); }
div.DivClassName
{
background-color: #2267B5;
}
.BgClassName
{
background-color: #2267B5;
}
</style>
border-color css
<style>
span { border-color: #2267B5; }
span { border-color: rgb(34,103,181); }
td.TdClassName
{
border-color: #2267B5;
}
.TagClassName
{
border-color: #2267B5;
}
</style>