Shades of Curious Blue #227EC9
Tints of Curious Blue #227EC9
RGB
CMYK
RGB Variations
Color information
#227EC9 (or 0x227EC9) is known color: Curious Blue. HEX triplet: 22, 7E and C9. RGB value is (34,126,201). Sum of RGB (Red+Green+Blue) = 34+126+201=361 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.42% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #227EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227EC9 is #DD8136. Grayscale: #6A6A6A. Windows color (decimal): -14516535 or 13205026. OLE color: 13205026.
HSL color Cylindrical-coordinate representation of color #227EC9: hue angle of 206.95º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227EC9 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 126 | 201 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.21 |
| HSL | 206.95º | 0.71% | 0.46% | - |
| HSV(B) | 206.95º | 0.83% | 0.79% | - |
| XYZ | 18.66 | 19.48 | 58.03 | - |
| YUV | 107.04 | 181.02 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 126 | 201 | 0.83 | 0.37 | 0 | 0.21 | 206.95 | 0.71 | 0.46 |
| Hex | 22 | 7E | C9 | 53 | 25 | 0 | 15 | CF | 47 | 2E |
| Octal | 42 | 176 | 311 | 123 | 45 | 0 | 25 | 317 | 107 | 56 |
| Binary | 100010 | 1111110 | 11001001 | 1010011 | 100101 | 0 | 10101 | 11001111 | 1000111 | 101110 |
Color Harmonies of #227EC9
Complementary color
Monochromatic Colors of #227EC9
Black with #227EC9
Text Example
Text Example
White with #227EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227EC9; }
p { color: rgb(34,126,201); }
H1.HeaderClassName
{
color: #227EC9;
}
.AnyTagClassName
{
color: #227EC9;
}
</style>
background-color css
<style>
a { background-color: #227EC9; }
a { background-color: rgb(34,126,201); }
div.DivClassName
{
background-color: #227EC9;
}
.BgClassName
{
background-color: #227EC9;
}
</style>
border-color css
<style>
span { border-color: #227EC9; }
span { border-color: rgb(34,126,201); }
td.TdClassName
{
border-color: #227EC9;
}
.TagClassName
{
border-color: #227EC9;
}
</style>