Shades of Curious Blue #3291CF
Tints of Curious Blue #3291CF
RGB
CMYK
RGB Variations
Color information
#3291CF (or 0x3291CF) is known color: Curious Blue. HEX triplet: 32, 91 and CF. RGB value is (50,145,207). Sum of RGB (Red+Green+Blue) = 50+145+207=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #3291CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3291CF is #CD6E30. Grayscale: #7B7B7B. Windows color (decimal): -13463089 or 13603122. OLE color: 13603122.
HSL color Cylindrical-coordinate representation of color #3291CF: hue angle of 203.69º 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 #3291CF is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 145 | 207 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.19 |
| HSL | 203.69º | 0.62% | 0.5% | - |
| HSV(B) | 203.69º | 0.76% | 0.81% | - |
| XYZ | 22.7 | 25.43 | 62.74 | - |
| YUV | 123.66 | 175.03 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 207 | 0.76 | 0.30 | 0 | 0.19 | 203.69 | 0.62 | 0.5 |
| Hex | 32 | 91 | CF | 4C | 1E | 0 | 13 | CC | 3E | 32 |
| Octal | 62 | 221 | 317 | 114 | 36 | 0 | 23 | 314 | 76 | 62 |
| Binary | 110010 | 10010001 | 11001111 | 1001100 | 11110 | 0 | 10011 | 11001100 | 111110 | 110010 |
Color Harmonies of #3291CF
Complementary color
Monochromatic Colors of #3291CF
Black with #3291CF
Text Example
Text Example
White with #3291CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3291CF; }
p { color: rgb(50,145,207); }
H1.HeaderClassName
{
color: #3291CF;
}
.AnyTagClassName
{
color: #3291CF;
}
</style>
background-color css
<style>
a { background-color: #3291CF; }
a { background-color: rgb(50,145,207); }
div.DivClassName
{
background-color: #3291CF;
}
.BgClassName
{
background-color: #3291CF;
}
</style>
border-color css
<style>
span { border-color: #3291CF; }
span { border-color: rgb(50,145,207); }
td.TdClassName
{
border-color: #3291CF;
}
.TagClassName
{
border-color: #3291CF;
}
</style>