Shades of Curious Blue #227FC1
Tints of Curious Blue #227FC1
RGB
CMYK
RGB Variations
Color information
#227FC1 (or 0x227FC1) is known color: Curious Blue. HEX triplet: 22, 7F and C1. RGB value is (34,127,193). Sum of RGB (Red+Green+Blue) = 34+127+193=354 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.60% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #227FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227FC1 is #DD803E. Grayscale: #6A6A6A. Windows color (decimal): -14516287 or 12680994. OLE color: 12680994.
HSL color Cylindrical-coordinate representation of color #227FC1: hue angle of 204.91º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #227FC1 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 127 | 193 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.24 |
| HSL | 204.91º | 0.7% | 0.45% | - |
| HSV(B) | 204.91º | 0.82% | 0.76% | - |
| XYZ | 17.87 | 19.37 | 53.25 | - |
| YUV | 106.72 | 176.69 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 193 | 0.82 | 0.34 | 0 | 0.24 | 204.91 | 0.7 | 0.45 |
| Hex | 22 | 7F | C1 | 52 | 22 | 0 | 18 | CD | 46 | 2D |
| Octal | 42 | 177 | 301 | 122 | 42 | 0 | 30 | 315 | 106 | 55 |
| Binary | 100010 | 1111111 | 11000001 | 1010010 | 100010 | 0 | 11000 | 11001101 | 1000110 | 101101 |
Color Harmonies of #227FC1
Complementary color
Monochromatic Colors of #227FC1
Black with #227FC1
Text Example
Text Example
White with #227FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227FC1; }
p { color: rgb(34,127,193); }
H1.HeaderClassName
{
color: #227FC1;
}
.AnyTagClassName
{
color: #227FC1;
}
</style>
background-color css
<style>
a { background-color: #227FC1; }
a { background-color: rgb(34,127,193); }
div.DivClassName
{
background-color: #227FC1;
}
.BgClassName
{
background-color: #227FC1;
}
</style>
border-color css
<style>
span { border-color: #227FC1; }
span { border-color: rgb(34,127,193); }
td.TdClassName
{
border-color: #227FC1;
}
.TagClassName
{
border-color: #227FC1;
}
</style>