Shades of Curious Blue #3291CC
Tints of Curious Blue #3291CC
RGB
CMYK
RGB Variations
Color information
#3291CC (or 0x3291CC) is known color: Curious Blue. HEX triplet: 32, 91 and CC. RGB value is (50,145,204). Sum of RGB (Red+Green+Blue) = 50+145+204=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #3291CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3291CC is #CD6E33. Grayscale: #7A7A7A. Windows color (decimal): -13463092 or 13406514. OLE color: 13406514.
HSL color Cylindrical-coordinate representation of color #3291CC: hue angle of 202.99º degrees, saturation: 0.61, 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 #3291CC is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 145 | 204 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.2 |
| HSL | 202.99º | 0.61% | 0.5% | - |
| HSV(B) | 202.99º | 0.75% | 0.8% | - |
| XYZ | 22.34 | 25.29 | 60.83 | - |
| YUV | 123.32 | 173.53 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 204 | 0.75 | 0.29 | 0 | 0.2 | 202.99 | 0.61 | 0.5 |
| Hex | 32 | 91 | CC | 4B | 1D | 0 | 14 | CB | 3D | 32 |
| Octal | 62 | 221 | 314 | 113 | 35 | 0 | 24 | 313 | 75 | 62 |
| Binary | 110010 | 10010001 | 11001100 | 1001011 | 11101 | 0 | 10100 | 11001011 | 111101 | 110010 |
Color Harmonies of #3291CC
Complementary color
Monochromatic Colors of #3291CC
Black with #3291CC
Text Example
Text Example
White with #3291CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3291CC; }
p { color: rgb(50,145,204); }
H1.HeaderClassName
{
color: #3291CC;
}
.AnyTagClassName
{
color: #3291CC;
}
</style>
background-color css
<style>
a { background-color: #3291CC; }
a { background-color: rgb(50,145,204); }
div.DivClassName
{
background-color: #3291CC;
}
.BgClassName
{
background-color: #3291CC;
}
</style>
border-color css
<style>
span { border-color: #3291CC; }
span { border-color: rgb(50,145,204); }
td.TdClassName
{
border-color: #3291CC;
}
.TagClassName
{
border-color: #3291CC;
}
</style>