Shades of Curious Blue #3291CE
Tints of Curious Blue #3291CE
RGB
CMYK
RGB Variations
Color information
#3291CE (or 0x3291CE) is known color: Curious Blue. HEX triplet: 32, 91 and CE. RGB value is (50,145,206). Sum of RGB (Red+Green+Blue) = 50+145+206=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #3291CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3291CE is #CD6E31. Grayscale: #7B7B7B. Windows color (decimal): -13463090 or 13537586. OLE color: 13537586.
HSL color Cylindrical-coordinate representation of color #3291CE: hue angle of 203.46º 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 #3291CE is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 145 | 206 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.19 |
| HSL | 203.46º | 0.61% | 0.5% | - |
| HSV(B) | 203.46º | 0.76% | 0.81% | - |
| XYZ | 22.58 | 25.39 | 62.1 | - |
| YUV | 123.55 | 174.53 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 206 | 0.76 | 0.30 | 0 | 0.19 | 203.46 | 0.61 | 0.5 |
| Hex | 32 | 91 | CE | 4C | 1E | 0 | 13 | CB | 3D | 32 |
| Octal | 62 | 221 | 316 | 114 | 36 | 0 | 23 | 313 | 75 | 62 |
| Binary | 110010 | 10010001 | 11001110 | 1001100 | 11110 | 0 | 10011 | 11001011 | 111101 | 110010 |
Color Harmonies of #3291CE
Complementary color
Monochromatic Colors of #3291CE
Black with #3291CE
Text Example
Text Example
White with #3291CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3291CE; }
p { color: rgb(50,145,206); }
H1.HeaderClassName
{
color: #3291CE;
}
.AnyTagClassName
{
color: #3291CE;
}
</style>
background-color css
<style>
a { background-color: #3291CE; }
a { background-color: rgb(50,145,206); }
div.DivClassName
{
background-color: #3291CE;
}
.BgClassName
{
background-color: #3291CE;
}
</style>
border-color css
<style>
span { border-color: #3291CE; }
span { border-color: rgb(50,145,206); }
td.TdClassName
{
border-color: #3291CE;
}
.TagClassName
{
border-color: #3291CE;
}
</style>