Shades of Curious Blue #227AB8
Tints of Curious Blue #227AB8
RGB
CMYK
RGB Variations
Color information
#227AB8 (or 0x227AB8) is known color: Curious Blue. HEX triplet: 22, 7A and B8. RGB value is (34,122,184). Sum of RGB (Red+Green+Blue) = 34+122+184=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 184 (72.27% from 255 or 54.12% from 340); Max value from RGB is 184 - color contains mainly: blue. Hex color #227AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227AB8 is #DD8547. Grayscale: #666666. Windows color (decimal): -14517576 or 12089890. OLE color: 12089890.
HSL color Cylindrical-coordinate representation of color #227AB8: hue angle of 204.8º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #227AB8 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 34 | 122 | 184 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.28 |
| HSL | 204.8º | 0.69% | 0.43% | - |
| HSV(B) | 204.8º | 0.82% | 0.72% | - |
| XYZ | 16.27 | 17.72 | 47.91 | - |
| YUV | 102.76 | 173.85 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 184 | 0.82 | 0.34 | 0 | 0.28 | 204.8 | 0.69 | 0.43 |
| Hex | 22 | 7A | B8 | 52 | 22 | 0 | 1C | CD | 45 | 2B |
| Octal | 42 | 172 | 270 | 122 | 42 | 0 | 34 | 315 | 105 | 53 |
| Binary | 100010 | 1111010 | 10111000 | 1010010 | 100010 | 0 | 11100 | 11001101 | 1000101 | 101011 |
Color Harmonies of #227AB8
Complementary color
Monochromatic Colors of #227AB8
Black with #227AB8
Text Example
Text Example
White with #227AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227AB8; }
p { color: rgb(34,122,184); }
H1.HeaderClassName
{
color: #227AB8;
}
.AnyTagClassName
{
color: #227AB8;
}
</style>
background-color css
<style>
a { background-color: #227AB8; }
a { background-color: rgb(34,122,184); }
div.DivClassName
{
background-color: #227AB8;
}
.BgClassName
{
background-color: #227AB8;
}
</style>
border-color css
<style>
span { border-color: #227AB8; }
span { border-color: rgb(34,122,184); }
td.TdClassName
{
border-color: #227AB8;
}
.TagClassName
{
border-color: #227AB8;
}
</style>