Shades of Curious Blue #227BBD
Tints of Curious Blue #227BBD
RGB
CMYK
RGB Variations
Color information
#227BBD (or 0x227BBD) is known color: Curious Blue. HEX triplet: 22, 7B and BD. RGB value is (34,123,189). Sum of RGB (Red+Green+Blue) = 34+123+189=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #227BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BBD is #DD8442. Grayscale: #676767. Windows color (decimal): -14517315 or 12417826. OLE color: 12417826.
HSL color Cylindrical-coordinate representation of color #227BBD: hue angle of 205.55º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #227BBD is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 123 | 189 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.26 |
| HSL | 205.55º | 0.7% | 0.44% | - |
| HSV(B) | 205.55º | 0.82% | 0.74% | - |
| XYZ | 16.93 | 18.18 | 50.76 | - |
| YUV | 103.91 | 176.01 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 189 | 0.82 | 0.35 | 0 | 0.26 | 205.55 | 0.7 | 0.44 |
| Hex | 22 | 7B | BD | 52 | 23 | 0 | 1A | CE | 46 | 2C |
| Octal | 42 | 173 | 275 | 122 | 43 | 0 | 32 | 316 | 106 | 54 |
| Binary | 100010 | 1111011 | 10111101 | 1010010 | 100011 | 0 | 11010 | 11001110 | 1000110 | 101100 |
Color Harmonies of #227BBD
Complementary color
Monochromatic Colors of #227BBD
Black with #227BBD
Text Example
Text Example
White with #227BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BBD; }
p { color: rgb(34,123,189); }
H1.HeaderClassName
{
color: #227BBD;
}
.AnyTagClassName
{
color: #227BBD;
}
</style>
background-color css
<style>
a { background-color: #227BBD; }
a { background-color: rgb(34,123,189); }
div.DivClassName
{
background-color: #227BBD;
}
.BgClassName
{
background-color: #227BBD;
}
</style>
border-color css
<style>
span { border-color: #227BBD; }
span { border-color: rgb(34,123,189); }
td.TdClassName
{
border-color: #227BBD;
}
.TagClassName
{
border-color: #227BBD;
}
</style>