Shades of Curious Blue #2289CF
Tints of Curious Blue #2289CF
RGB
CMYK
RGB Variations
Color information
#2289CF (or 0x2289CF) is known color: Curious Blue. HEX triplet: 22, 89 and CF. RGB value is (34,137,207). Sum of RGB (Red+Green+Blue) = 34+137+207=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #2289CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2289CF is #DD7630. Grayscale: #717171. Windows color (decimal): -14513713 or 13601058. OLE color: 13601058.
HSL color Cylindrical-coordinate representation of color #2289CF: hue angle of 204.28º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2289CF is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 137 | 207 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.19 |
| HSL | 204.28º | 0.72% | 0.47% | - |
| HSV(B) | 204.28º | 0.84% | 0.81% | - |
| XYZ | 20.87 | 22.74 | 62.32 | - |
| YUV | 114.18 | 180.38 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 137 | 207 | 0.84 | 0.34 | 0 | 0.19 | 204.28 | 0.72 | 0.47 |
| Hex | 22 | 89 | CF | 54 | 22 | 0 | 13 | CC | 48 | 2F |
| Octal | 42 | 211 | 317 | 124 | 42 | 0 | 23 | 314 | 110 | 57 |
| Binary | 100010 | 10001001 | 11001111 | 1010100 | 100010 | 0 | 10011 | 11001100 | 1001000 | 101111 |
Color Harmonies of #2289CF
Complementary color
Monochromatic Colors of #2289CF
Black with #2289CF
Text Example
Text Example
White with #2289CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2289CF; }
p { color: rgb(34,137,207); }
H1.HeaderClassName
{
color: #2289CF;
}
.AnyTagClassName
{
color: #2289CF;
}
</style>
background-color css
<style>
a { background-color: #2289CF; }
a { background-color: rgb(34,137,207); }
div.DivClassName
{
background-color: #2289CF;
}
.BgClassName
{
background-color: #2289CF;
}
</style>
border-color css
<style>
span { border-color: #2289CF; }
span { border-color: rgb(34,137,207); }
td.TdClassName
{
border-color: #2289CF;
}
.TagClassName
{
border-color: #2289CF;
}
</style>