Shades of Curious Blue #227DB6
Tints of Curious Blue #227DB6
RGB
CMYK
RGB Variations
Color information
#227DB6 (or 0x227DB6) is known color: Curious Blue. HEX triplet: 22, 7D and B6. RGB value is (34,125,182). Sum of RGB (Red+Green+Blue) = 34+125+182=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #227DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DB6 is #DD8249. Grayscale: #676767. Windows color (decimal): -14516810 or 11959586. OLE color: 11959586.
HSL color Cylindrical-coordinate representation of color #227DB6: hue angle of 203.11º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #227DB6 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 125 | 182 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.29 |
| HSL | 203.11º | 0.69% | 0.42% | - |
| HSV(B) | 203.11º | 0.81% | 0.71% | - |
| XYZ | 16.44 | 18.38 | 46.94 | - |
| YUV | 104.29 | 171.85 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 182 | 0.81 | 0.31 | 0 | 0.29 | 203.11 | 0.69 | 0.42 |
| Hex | 22 | 7D | B6 | 51 | 1F | 0 | 1D | CB | 45 | 2A |
| Octal | 42 | 175 | 266 | 121 | 37 | 0 | 35 | 313 | 105 | 52 |
| Binary | 100010 | 1111101 | 10110110 | 1010001 | 11111 | 0 | 11101 | 11001011 | 1000101 | 101010 |
Color Harmonies of #227DB6
Complementary color
Monochromatic Colors of #227DB6
Black with #227DB6
Text Example
Text Example
White with #227DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227DB6; }
p { color: rgb(34,125,182); }
H1.HeaderClassName
{
color: #227DB6;
}
.AnyTagClassName
{
color: #227DB6;
}
</style>
background-color css
<style>
a { background-color: #227DB6; }
a { background-color: rgb(34,125,182); }
div.DivClassName
{
background-color: #227DB6;
}
.BgClassName
{
background-color: #227DB6;
}
</style>
border-color css
<style>
span { border-color: #227DB6; }
span { border-color: rgb(34,125,182); }
td.TdClassName
{
border-color: #227DB6;
}
.TagClassName
{
border-color: #227DB6;
}
</style>