Shades of Curious Blue #227DCC
Tints of Curious Blue #227DCC
RGB
CMYK
RGB Variations
Color information
#227DCC (or 0x227DCC) is known color: Curious Blue. HEX triplet: 22, 7D and CC. RGB value is (34,125,204). Sum of RGB (Red+Green+Blue) = 34+125+204=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #227DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DCC is #DD8233. Grayscale: #6A6A6A. Windows color (decimal): -14516788 or 13401378. OLE color: 13401378.
HSL color Cylindrical-coordinate representation of color #227DCC: hue angle of 207.88º degrees, saturation: 0.71, 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 #227DCC is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 125 | 204 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.2 |
| HSL | 207.88º | 0.71% | 0.47% | - |
| HSV(B) | 207.88º | 0.83% | 0.8% | - |
| XYZ | 18.89 | 19.37 | 59.87 | - |
| YUV | 106.8 | 182.85 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 204 | 0.83 | 0.39 | 0 | 0.2 | 207.88 | 0.71 | 0.47 |
| Hex | 22 | 7D | CC | 53 | 27 | 0 | 14 | D0 | 47 | 2F |
| Octal | 42 | 175 | 314 | 123 | 47 | 0 | 24 | 320 | 107 | 57 |
| Binary | 100010 | 1111101 | 11001100 | 1010011 | 100111 | 0 | 10100 | 11010000 | 1000111 | 101111 |
Color Harmonies of #227DCC
Complementary color
Monochromatic Colors of #227DCC
Black with #227DCC
Text Example
Text Example
White with #227DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227DCC; }
p { color: rgb(34,125,204); }
H1.HeaderClassName
{
color: #227DCC;
}
.AnyTagClassName
{
color: #227DCC;
}
</style>
background-color css
<style>
a { background-color: #227DCC; }
a { background-color: rgb(34,125,204); }
div.DivClassName
{
background-color: #227DCC;
}
.BgClassName
{
background-color: #227DCC;
}
</style>
border-color css
<style>
span { border-color: #227DCC; }
span { border-color: rgb(34,125,204); }
td.TdClassName
{
border-color: #227DCC;
}
.TagClassName
{
border-color: #227DCC;
}
</style>