Shades of Curious Blue #3289CB
Tints of Curious Blue #3289CB
RGB
CMYK
RGB Variations
Color information
#3289CB (or 0x3289CB) is known color: Curious Blue. HEX triplet: 32, 89 and CB. RGB value is (50,137,203). Sum of RGB (Red+Green+Blue) = 50+137+203=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #3289CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3289CB is #CD7634. Grayscale: #767676. Windows color (decimal): -13465141 or 13338930. OLE color: 13338930.
HSL color Cylindrical-coordinate representation of color #3289CB: hue angle of 205.88º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3289CB is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 137 | 203 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.20 |
| HSL | 205.88º | 0.6% | 0.5% | - |
| HSV(B) | 205.88º | 0.75% | 0.8% | - |
| XYZ | 21.04 | 22.88 | 59.81 | - |
| YUV | 118.51 | 175.68 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 203 | 0.75 | 0.33 | 0 | 0.20 | 205.88 | 0.6 | 0.5 |
| Hex | 32 | 89 | CB | 4B | 21 | 0 | 14 | CE | 3C | 32 |
| Octal | 62 | 211 | 313 | 113 | 41 | 0 | 24 | 316 | 74 | 62 |
| Binary | 110010 | 10001001 | 11001011 | 1001011 | 100001 | 0 | 10100 | 11001110 | 111100 | 110010 |
Color Harmonies of #3289CB
Complementary color
Monochromatic Colors of #3289CB
Black with #3289CB
Text Example
Text Example
White with #3289CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3289CB; }
p { color: rgb(50,137,203); }
H1.HeaderClassName
{
color: #3289CB;
}
.AnyTagClassName
{
color: #3289CB;
}
</style>
background-color css
<style>
a { background-color: #3289CB; }
a { background-color: rgb(50,137,203); }
div.DivClassName
{
background-color: #3289CB;
}
.BgClassName
{
background-color: #3289CB;
}
</style>
border-color css
<style>
span { border-color: #3289CB; }
span { border-color: rgb(50,137,203); }
td.TdClassName
{
border-color: #3289CB;
}
.TagClassName
{
border-color: #3289CB;
}
</style>