Shades of Curious Blue #227CC5
Tints of Curious Blue #227CC5
RGB
CMYK
RGB Variations
Color information
#227CC5 (or 0x227CC5) is known color: Curious Blue. HEX triplet: 22, 7C and C5. RGB value is (34,124,197). Sum of RGB (Red+Green+Blue) = 34+124+197=355 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.58% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 197 (77.34% from 255 or 55.49% from 355); Max value from RGB is 197 - color contains mainly: blue. Hex color #227CC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227CC5 is #DD833A. Grayscale: #696969. Windows color (decimal): -14517051 or 12942370. OLE color: 12942370.
HSL color Cylindrical-coordinate representation of color #227CC5: hue angle of 206.87º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227CC5 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 124 | 197 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.23 |
| HSL | 206.87º | 0.71% | 0.45% | - |
| HSV(B) | 206.87º | 0.83% | 0.77% | - |
| XYZ | 17.95 | 18.79 | 55.5 | - |
| YUV | 105.41 | 179.68 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 197 | 0.83 | 0.37 | 0 | 0.23 | 206.87 | 0.71 | 0.45 |
| Hex | 22 | 7C | C5 | 53 | 25 | 0 | 17 | CF | 47 | 2D |
| Octal | 42 | 174 | 305 | 123 | 45 | 0 | 27 | 317 | 107 | 55 |
| Binary | 100010 | 1111100 | 11000101 | 1010011 | 100101 | 0 | 10111 | 11001111 | 1000111 | 101101 |
Color Harmonies of #227CC5
Complementary color
Monochromatic Colors of #227CC5
Black with #227CC5
Text Example
Text Example
White with #227CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227CC5; }
p { color: rgb(34,124,197); }
H1.HeaderClassName
{
color: #227CC5;
}
.AnyTagClassName
{
color: #227CC5;
}
</style>
background-color css
<style>
a { background-color: #227CC5; }
a { background-color: rgb(34,124,197); }
div.DivClassName
{
background-color: #227CC5;
}
.BgClassName
{
background-color: #227CC5;
}
</style>
border-color css
<style>
span { border-color: #227CC5; }
span { border-color: rgb(34,124,197); }
td.TdClassName
{
border-color: #227CC5;
}
.TagClassName
{
border-color: #227CC5;
}
</style>