Shades of Curious Blue #227BC0
Tints of Curious Blue #227BC0
RGB
CMYK
RGB Variations
Color information
#227BC0 (or 0x227BC0) is known color: Curious Blue. HEX triplet: 22, 7B and C0. RGB value is (34,123,192). Sum of RGB (Red+Green+Blue) = 34+123+192=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #227BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BC0 is #DD843F. Grayscale: #676767. Windows color (decimal): -14517312 or 12614434. OLE color: 12614434.
HSL color Cylindrical-coordinate representation of color #227BC0: hue angle of 206.2º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #227BC0 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 123 | 192 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.25 |
| HSL | 206.2º | 0.7% | 0.44% | - |
| HSV(B) | 206.2º | 0.82% | 0.75% | - |
| XYZ | 17.26 | 18.31 | 52.49 | - |
| YUV | 104.26 | 177.51 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 192 | 0.82 | 0.36 | 0 | 0.25 | 206.2 | 0.7 | 0.44 |
| Hex | 22 | 7B | C0 | 52 | 24 | 0 | 19 | CE | 46 | 2C |
| Octal | 42 | 173 | 300 | 122 | 44 | 0 | 31 | 316 | 106 | 54 |
| Binary | 100010 | 1111011 | 11000000 | 1010010 | 100100 | 0 | 11001 | 11001110 | 1000110 | 101100 |
Color Harmonies of #227BC0
Complementary color
Monochromatic Colors of #227BC0
Black with #227BC0
Text Example
Text Example
White with #227BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BC0; }
p { color: rgb(34,123,192); }
H1.HeaderClassName
{
color: #227BC0;
}
.AnyTagClassName
{
color: #227BC0;
}
</style>
background-color css
<style>
a { background-color: #227BC0; }
a { background-color: rgb(34,123,192); }
div.DivClassName
{
background-color: #227BC0;
}
.BgClassName
{
background-color: #227BC0;
}
</style>
border-color css
<style>
span { border-color: #227BC0; }
span { border-color: rgb(34,123,192); }
td.TdClassName
{
border-color: #227BC0;
}
.TagClassName
{
border-color: #227BC0;
}
</style>