Shades of Curious Blue #227BB7
Tints of Curious Blue #227BB7
RGB
CMYK
RGB Variations
Color information
#227BB7 (or 0x227BB7) is known color: Curious Blue. HEX triplet: 22, 7B and B7. RGB value is (34,123,183). Sum of RGB (Red+Green+Blue) = 34+123+183=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #227BB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BB7 is #DD8448. Grayscale: #666666. Windows color (decimal): -14517321 or 12024610. OLE color: 12024610.
HSL color Cylindrical-coordinate representation of color #227BB7: hue angle of 204.16º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #227BB7 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 34 | 123 | 183 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.28 |
| HSL | 204.16º | 0.69% | 0.43% | - |
| HSV(B) | 204.16º | 0.81% | 0.72% | - |
| XYZ | 16.29 | 17.92 | 47.4 | - |
| YUV | 103.23 | 173.01 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 183 | 0.81 | 0.33 | 0 | 0.28 | 204.16 | 0.69 | 0.43 |
| Hex | 22 | 7B | B7 | 51 | 21 | 0 | 1C | CC | 45 | 2B |
| Octal | 42 | 173 | 267 | 121 | 41 | 0 | 34 | 314 | 105 | 53 |
| Binary | 100010 | 1111011 | 10110111 | 1010001 | 100001 | 0 | 11100 | 11001100 | 1000101 | 101011 |
Color Harmonies of #227BB7
Complementary color
Monochromatic Colors of #227BB7
Black with #227BB7
Text Example
Text Example
White with #227BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BB7; }
p { color: rgb(34,123,183); }
H1.HeaderClassName
{
color: #227BB7;
}
.AnyTagClassName
{
color: #227BB7;
}
</style>
background-color css
<style>
a { background-color: #227BB7; }
a { background-color: rgb(34,123,183); }
div.DivClassName
{
background-color: #227BB7;
}
.BgClassName
{
background-color: #227BB7;
}
</style>
border-color css
<style>
span { border-color: #227BB7; }
span { border-color: rgb(34,123,183); }
td.TdClassName
{
border-color: #227BB7;
}
.TagClassName
{
border-color: #227BB7;
}
</style>