Shades of Curious Blue #227ECF
Tints of Curious Blue #227ECF
RGB
CMYK
RGB Variations
Color information
#227ECF (or 0x227ECF) is known color: Curious Blue. HEX triplet: 22, 7E and CF. RGB value is (34,126,207). Sum of RGB (Red+Green+Blue) = 34+126+207=367 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.26% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #227ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227ECF is #DD8130. Grayscale: #6B6B6B. Windows color (decimal): -14516529 or 13598242. OLE color: 13598242.
HSL color Cylindrical-coordinate representation of color #227ECF: hue angle of 208.09º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #227ECF is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 126 | 207 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.19 |
| HSL | 208.09º | 0.72% | 0.47% | - |
| HSV(B) | 208.09º | 0.84% | 0.81% | - |
| XYZ | 19.38 | 19.77 | 61.83 | - |
| YUV | 107.73 | 184.02 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 126 | 207 | 0.84 | 0.39 | 0 | 0.19 | 208.09 | 0.72 | 0.47 |
| Hex | 22 | 7E | CF | 54 | 27 | 0 | 13 | D0 | 48 | 2F |
| Octal | 42 | 176 | 317 | 124 | 47 | 0 | 23 | 320 | 110 | 57 |
| Binary | 100010 | 1111110 | 11001111 | 1010100 | 100111 | 0 | 10011 | 11010000 | 1001000 | 101111 |
Color Harmonies of #227ECF
Complementary color
Monochromatic Colors of #227ECF
Black with #227ECF
Text Example
Text Example
White with #227ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227ECF; }
p { color: rgb(34,126,207); }
H1.HeaderClassName
{
color: #227ECF;
}
.AnyTagClassName
{
color: #227ECF;
}
</style>
background-color css
<style>
a { background-color: #227ECF; }
a { background-color: rgb(34,126,207); }
div.DivClassName
{
background-color: #227ECF;
}
.BgClassName
{
background-color: #227ECF;
}
</style>
border-color css
<style>
span { border-color: #227ECF; }
span { border-color: rgb(34,126,207); }
td.TdClassName
{
border-color: #227ECF;
}
.TagClassName
{
border-color: #227ECF;
}
</style>