Shades of Curious Blue #227BBB
Tints of Curious Blue #227BBB
RGB
CMYK
RGB Variations
Color information
#227BBB (or 0x227BBB) is known color: Curious Blue. HEX triplet: 22, 7B and BB. RGB value is (34,123,187). Sum of RGB (Red+Green+Blue) = 34+123+187=344 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.88% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #227BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BBB is #DD8444. Grayscale: #676767. Windows color (decimal): -14517317 or 12286754. OLE color: 12286754.
HSL color Cylindrical-coordinate representation of color #227BBB: hue angle of 205.1º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #227BBB is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 123 | 187 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.27 |
| HSL | 205.1º | 0.69% | 0.43% | - |
| HSV(B) | 205.1º | 0.82% | 0.73% | - |
| XYZ | 16.71 | 18.09 | 49.63 | - |
| YUV | 103.69 | 175.01 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 187 | 0.82 | 0.34 | 0 | 0.27 | 205.1 | 0.69 | 0.43 |
| Hex | 22 | 7B | BB | 52 | 22 | 0 | 1B | CD | 45 | 2B |
| Octal | 42 | 173 | 273 | 122 | 42 | 0 | 33 | 315 | 105 | 53 |
| Binary | 100010 | 1111011 | 10111011 | 1010010 | 100010 | 0 | 11011 | 11001101 | 1000101 | 101011 |
Color Harmonies of #227BBB
Complementary color
Monochromatic Colors of #227BBB
Black with #227BBB
Text Example
Text Example
White with #227BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BBB; }
p { color: rgb(34,123,187); }
H1.HeaderClassName
{
color: #227BBB;
}
.AnyTagClassName
{
color: #227BBB;
}
</style>
background-color css
<style>
a { background-color: #227BBB; }
a { background-color: rgb(34,123,187); }
div.DivClassName
{
background-color: #227BBB;
}
.BgClassName
{
background-color: #227BBB;
}
</style>
border-color css
<style>
span { border-color: #227BBB; }
span { border-color: rgb(34,123,187); }
td.TdClassName
{
border-color: #227BBB;
}
.TagClassName
{
border-color: #227BBB;
}
</style>