Shades of Denim #227BCB
Tints of Denim #227BCB
RGB
CMYK
RGB Variations
Color information
#227BCB (or 0x227BCB) is known color: Denim. HEX triplet: 22, 7B and CB. RGB value is (34,123,203). Sum of RGB (Red+Green+Blue) = 34+123+203=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #227BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BCB is #DD8434. Grayscale: #696969. Windows color (decimal): -14517301 or 13335330. OLE color: 13335330.
HSL color Cylindrical-coordinate representation of color #227BCB: hue angle of 208.4º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227BCB is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 123 | 203 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.20 |
| HSL | 208.4º | 0.71% | 0.46% | - |
| HSV(B) | 208.4º | 0.83% | 0.8% | - |
| XYZ | 18.52 | 18.82 | 59.16 | - |
| YUV | 105.51 | 183.01 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 203 | 0.83 | 0.39 | 0 | 0.20 | 208.4 | 0.71 | 0.46 |
| Hex | 22 | 7B | CB | 53 | 27 | 0 | 14 | D0 | 47 | 2E |
| Octal | 42 | 173 | 313 | 123 | 47 | 0 | 24 | 320 | 107 | 56 |
| Binary | 100010 | 1111011 | 11001011 | 1010011 | 100111 | 0 | 10100 | 11010000 | 1000111 | 101110 |
Color Harmonies of #227BCB
Complementary color
Monochromatic Colors of #227BCB
Black with #227BCB
Text Example
Text Example
White with #227BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BCB; }
p { color: rgb(34,123,203); }
H1.HeaderClassName
{
color: #227BCB;
}
.AnyTagClassName
{
color: #227BCB;
}
</style>
background-color css
<style>
a { background-color: #227BCB; }
a { background-color: rgb(34,123,203); }
div.DivClassName
{
background-color: #227BCB;
}
.BgClassName
{
background-color: #227BCB;
}
</style>
border-color css
<style>
span { border-color: #227BCB; }
span { border-color: rgb(34,123,203); }
td.TdClassName
{
border-color: #227BCB;
}
.TagClassName
{
border-color: #227BCB;
}
</style>