Shades of Curious Blue #227FCD
Tints of Curious Blue #227FCD
RGB
CMYK
RGB Variations
Color information
#227FCD (or 0x227FCD) is known color: Curious Blue. HEX triplet: 22, 7F and CD. RGB value is (34,127,205). Sum of RGB (Red+Green+Blue) = 34+127+205=366 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.29% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #227FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227FCD is #DD8032. Grayscale: #6B6B6B. Windows color (decimal): -14516275 or 13467426. OLE color: 13467426.
HSL color Cylindrical-coordinate representation of color #227FCD: hue angle of 207.37º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227FCD is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 127 | 205 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.20 |
| HSL | 207.37º | 0.72% | 0.47% | - |
| HSV(B) | 207.37º | 0.83% | 0.8% | - |
| XYZ | 19.27 | 19.93 | 60.59 | - |
| YUV | 108.09 | 182.69 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 205 | 0.83 | 0.38 | 0 | 0.20 | 207.37 | 0.72 | 0.47 |
| Hex | 22 | 7F | CD | 53 | 26 | 0 | 14 | CF | 48 | 2F |
| Octal | 42 | 177 | 315 | 123 | 46 | 0 | 24 | 317 | 110 | 57 |
| Binary | 100010 | 1111111 | 11001101 | 1010011 | 100110 | 0 | 10100 | 11001111 | 1001000 | 101111 |
Color Harmonies of #227FCD
Complementary color
Monochromatic Colors of #227FCD
Black with #227FCD
Text Example
Text Example
White with #227FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227FCD; }
p { color: rgb(34,127,205); }
H1.HeaderClassName
{
color: #227FCD;
}
.AnyTagClassName
{
color: #227FCD;
}
</style>
background-color css
<style>
a { background-color: #227FCD; }
a { background-color: rgb(34,127,205); }
div.DivClassName
{
background-color: #227FCD;
}
.BgClassName
{
background-color: #227FCD;
}
</style>
border-color css
<style>
span { border-color: #227FCD; }
span { border-color: rgb(34,127,205); }
td.TdClassName
{
border-color: #227FCD;
}
.TagClassName
{
border-color: #227FCD;
}
</style>