Shades of Curious Blue #227DC1
Tints of Curious Blue #227DC1
RGB
CMYK
RGB Variations
Color information
#227DC1 (or 0x227DC1) is known color: Curious Blue. HEX triplet: 22, 7D and C1. RGB value is (34,125,193). Sum of RGB (Red+Green+Blue) = 34+125+193=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #227DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DC1 is #DD823E. Grayscale: #696969. Windows color (decimal): -14516799 or 12680482. OLE color: 12680482.
HSL color Cylindrical-coordinate representation of color #227DC1: hue angle of 205.66º 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 #227DC1 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 125 | 193 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.24 |
| HSL | 205.66º | 0.7% | 0.45% | - |
| HSV(B) | 205.66º | 0.82% | 0.76% | - |
| XYZ | 17.62 | 18.86 | 53.16 | - |
| YUV | 105.54 | 177.35 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 193 | 0.82 | 0.35 | 0 | 0.24 | 205.66 | 0.7 | 0.45 |
| Hex | 22 | 7D | C1 | 52 | 23 | 0 | 18 | CE | 46 | 2D |
| Octal | 42 | 175 | 301 | 122 | 43 | 0 | 30 | 316 | 106 | 55 |
| Binary | 100010 | 1111101 | 11000001 | 1010010 | 100011 | 0 | 11000 | 11001110 | 1000110 | 101101 |
Color Harmonies of #227DC1
Complementary color
Monochromatic Colors of #227DC1
Black with #227DC1
Text Example
Text Example
White with #227DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227DC1; }
p { color: rgb(34,125,193); }
H1.HeaderClassName
{
color: #227DC1;
}
.AnyTagClassName
{
color: #227DC1;
}
</style>
background-color css
<style>
a { background-color: #227DC1; }
a { background-color: rgb(34,125,193); }
div.DivClassName
{
background-color: #227DC1;
}
.BgClassName
{
background-color: #227DC1;
}
</style>
border-color css
<style>
span { border-color: #227DC1; }
span { border-color: rgb(34,125,193); }
td.TdClassName
{
border-color: #227DC1;
}
.TagClassName
{
border-color: #227DC1;
}
</style>