Shades of Curious Blue #3289CF
Tints of Curious Blue #3289CF
RGB
CMYK
RGB Variations
Color information
#3289CF (or 0x3289CF) is known color: Curious Blue. HEX triplet: 32, 89 and CF. RGB value is (50,137,207). Sum of RGB (Red+Green+Blue) = 50+137+207=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #3289CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3289CF is #CD7630. Grayscale: #767676. Windows color (decimal): -13465137 or 13601074. OLE color: 13601074.
HSL color Cylindrical-coordinate representation of color #3289CF: hue angle of 206.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3289CF is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 137 | 207 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.19 |
| HSL | 206.75º | 0.62% | 0.5% | - |
| HSV(B) | 206.75º | 0.76% | 0.81% | - |
| XYZ | 21.52 | 23.07 | 62.35 | - |
| YUV | 118.97 | 177.68 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 207 | 0.76 | 0.34 | 0 | 0.19 | 206.75 | 0.62 | 0.5 |
| Hex | 32 | 89 | CF | 4C | 22 | 0 | 13 | CF | 3E | 32 |
| Octal | 62 | 211 | 317 | 114 | 42 | 0 | 23 | 317 | 76 | 62 |
| Binary | 110010 | 10001001 | 11001111 | 1001100 | 100010 | 0 | 10011 | 11001111 | 111110 | 110010 |
Color Harmonies of #3289CF
Complementary color
Monochromatic Colors of #3289CF
Black with #3289CF
Text Example
Text Example
White with #3289CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3289CF; }
p { color: rgb(50,137,207); }
H1.HeaderClassName
{
color: #3289CF;
}
.AnyTagClassName
{
color: #3289CF;
}
</style>
background-color css
<style>
a { background-color: #3289CF; }
a { background-color: rgb(50,137,207); }
div.DivClassName
{
background-color: #3289CF;
}
.BgClassName
{
background-color: #3289CF;
}
</style>
border-color css
<style>
span { border-color: #3289CF; }
span { border-color: rgb(50,137,207); }
td.TdClassName
{
border-color: #3289CF;
}
.TagClassName
{
border-color: #3289CF;
}
</style>