Shades of Curious Blue #3289C1
Tints of Curious Blue #3289C1
RGB
CMYK
RGB Variations
Color information
#3289C1 (or 0x3289C1) is known color: Curious Blue. HEX triplet: 32, 89 and C1. RGB value is (50,137,193). Sum of RGB (Red+Green+Blue) = 50+137+193=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #3289C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3289C1 is #CD763E. Grayscale: #757575. Windows color (decimal): -13465151 or 12683570. OLE color: 12683570.
HSL color Cylindrical-coordinate representation of color #3289C1: hue angle of 203.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3289C1 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 137 | 193 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.24 |
| HSL | 203.5º | 0.59% | 0.48% | - |
| HSV(B) | 203.5º | 0.74% | 0.76% | - |
| XYZ | 19.89 | 22.42 | 53.73 | - |
| YUV | 117.37 | 170.68 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 193 | 0.74 | 0.29 | 0 | 0.24 | 203.5 | 0.59 | 0.48 |
| Hex | 32 | 89 | C1 | 4A | 1D | 0 | 18 | CB | 3B | 30 |
| Octal | 62 | 211 | 301 | 112 | 35 | 0 | 30 | 313 | 73 | 60 |
| Binary | 110010 | 10001001 | 11000001 | 1001010 | 11101 | 0 | 11000 | 11001011 | 111011 | 110000 |
Color Harmonies of #3289C1
Complementary color
Monochromatic Colors of #3289C1
Black with #3289C1
Text Example
Text Example
White with #3289C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3289C1; }
p { color: rgb(50,137,193); }
H1.HeaderClassName
{
color: #3289C1;
}
.AnyTagClassName
{
color: #3289C1;
}
</style>
background-color css
<style>
a { background-color: #3289C1; }
a { background-color: rgb(50,137,193); }
div.DivClassName
{
background-color: #3289C1;
}
.BgClassName
{
background-color: #3289C1;
}
</style>
border-color css
<style>
span { border-color: #3289C1; }
span { border-color: rgb(50,137,193); }
td.TdClassName
{
border-color: #3289C1;
}
.TagClassName
{
border-color: #3289C1;
}
</style>