Shades of Denim #227BC7
Tints of Denim #227BC7
RGB
CMYK
RGB Variations
Color information
#227BC7 (or 0x227BC7) is known color: Denim. HEX triplet: 22, 7B and C7. RGB value is (34,123,199). Sum of RGB (Red+Green+Blue) = 34+123+199=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 199 (78.12% from 255 or 55.90% from 356); Max value from RGB is 199 - color contains mainly: blue. Hex color #227BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BC7 is #DD8438. Grayscale: #686868. Windows color (decimal): -14517305 or 13073186. OLE color: 13073186.
HSL color Cylindrical-coordinate representation of color #227BC7: hue angle of 207.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227BC7 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 123 | 199 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.22 |
| HSL | 207.64º | 0.71% | 0.46% | - |
| HSV(B) | 207.64º | 0.83% | 0.78% | - |
| XYZ | 18.05 | 18.63 | 56.68 | - |
| YUV | 105.05 | 181.01 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 199 | 0.83 | 0.38 | 0 | 0.22 | 207.64 | 0.71 | 0.46 |
| Hex | 22 | 7B | C7 | 53 | 26 | 0 | 16 | D0 | 47 | 2E |
| Octal | 42 | 173 | 307 | 123 | 46 | 0 | 26 | 320 | 107 | 56 |
| Binary | 100010 | 1111011 | 11000111 | 1010011 | 100110 | 0 | 10110 | 11010000 | 1000111 | 101110 |
Color Harmonies of #227BC7
Complementary color
Monochromatic Colors of #227BC7
Black with #227BC7
Text Example
Text Example
White with #227BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BC7; }
p { color: rgb(34,123,199); }
H1.HeaderClassName
{
color: #227BC7;
}
.AnyTagClassName
{
color: #227BC7;
}
</style>
background-color css
<style>
a { background-color: #227BC7; }
a { background-color: rgb(34,123,199); }
div.DivClassName
{
background-color: #227BC7;
}
.BgClassName
{
background-color: #227BC7;
}
</style>
border-color css
<style>
span { border-color: #227BC7; }
span { border-color: rgb(34,123,199); }
td.TdClassName
{
border-color: #227BC7;
}
.TagClassName
{
border-color: #227BC7;
}
</style>