Shades of Curious Blue #3289CE
Tints of Curious Blue #3289CE
RGB
CMYK
RGB Variations
Color information
#3289CE (or 0x3289CE) is known color: Curious Blue. HEX triplet: 32, 89 and CE. RGB value is (50,137,206). Sum of RGB (Red+Green+Blue) = 50+137+206=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #3289CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3289CE is #CD7631. Grayscale: #767676. Windows color (decimal): -13465138 or 13535538. OLE color: 13535538.
HSL color Cylindrical-coordinate representation of color #3289CE: hue angle of 206.54º degrees, saturation: 0.61, 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 #3289CE is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 137 | 206 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.19 |
| HSL | 206.54º | 0.61% | 0.5% | - |
| HSV(B) | 206.54º | 0.76% | 0.81% | - |
| XYZ | 21.4 | 23.03 | 61.71 | - |
| YUV | 118.85 | 177.18 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 206 | 0.76 | 0.33 | 0 | 0.19 | 206.54 | 0.61 | 0.5 |
| Hex | 32 | 89 | CE | 4C | 21 | 0 | 13 | CF | 3D | 32 |
| Octal | 62 | 211 | 316 | 114 | 41 | 0 | 23 | 317 | 75 | 62 |
| Binary | 110010 | 10001001 | 11001110 | 1001100 | 100001 | 0 | 10011 | 11001111 | 111101 | 110010 |
Color Harmonies of #3289CE
Complementary color
Monochromatic Colors of #3289CE
Black with #3289CE
Text Example
Text Example
White with #3289CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3289CE; }
p { color: rgb(50,137,206); }
H1.HeaderClassName
{
color: #3289CE;
}
.AnyTagClassName
{
color: #3289CE;
}
</style>
background-color css
<style>
a { background-color: #3289CE; }
a { background-color: rgb(50,137,206); }
div.DivClassName
{
background-color: #3289CE;
}
.BgClassName
{
background-color: #3289CE;
}
</style>
border-color css
<style>
span { border-color: #3289CE; }
span { border-color: rgb(50,137,206); }
td.TdClassName
{
border-color: #3289CE;
}
.TagClassName
{
border-color: #3289CE;
}
</style>