Shades of Curious Blue #227BC6
Tints of Curious Blue #227BC6
RGB
CMYK
RGB Variations
Color information
#227BC6 (or 0x227BC6) is known color: Curious Blue. HEX triplet: 22, 7B and C6. RGB value is (34,123,198). Sum of RGB (Red+Green+Blue) = 34+123+198=355 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.58% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #227BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BC6 is #DD8439. Grayscale: #686868. Windows color (decimal): -14517306 or 13007650. OLE color: 13007650.
HSL color Cylindrical-coordinate representation of color #227BC6: hue angle of 207.44º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227BC6 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 123 | 198 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.22 |
| HSL | 207.44º | 0.71% | 0.45% | - |
| HSV(B) | 207.44º | 0.83% | 0.78% | - |
| XYZ | 17.94 | 18.58 | 56.07 | - |
| YUV | 104.94 | 180.51 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 198 | 0.83 | 0.38 | 0 | 0.22 | 207.44 | 0.71 | 0.45 |
| Hex | 22 | 7B | C6 | 53 | 26 | 0 | 16 | CF | 47 | 2D |
| Octal | 42 | 173 | 306 | 123 | 46 | 0 | 26 | 317 | 107 | 55 |
| Binary | 100010 | 1111011 | 11000110 | 1010011 | 100110 | 0 | 10110 | 11001111 | 1000111 | 101101 |
Color Harmonies of #227BC6
Complementary color
Monochromatic Colors of #227BC6
Black with #227BC6
Text Example
Text Example
White with #227BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BC6; }
p { color: rgb(34,123,198); }
H1.HeaderClassName
{
color: #227BC6;
}
.AnyTagClassName
{
color: #227BC6;
}
</style>
background-color css
<style>
a { background-color: #227BC6; }
a { background-color: rgb(34,123,198); }
div.DivClassName
{
background-color: #227BC6;
}
.BgClassName
{
background-color: #227BC6;
}
</style>
border-color css
<style>
span { border-color: #227BC6; }
span { border-color: rgb(34,123,198); }
td.TdClassName
{
border-color: #227BC6;
}
.TagClassName
{
border-color: #227BC6;
}
</style>