Shades of Curious Blue #3491CF
Tints of Curious Blue #3491CF
RGB
CMYK
RGB Variations
Color information
#3491CF (or 0x3491CF) is known color: Curious Blue. HEX triplet: 34, 91 and CF. RGB value is (52,145,207). Sum of RGB (Red+Green+Blue) = 52+145+207=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #3491CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3491CF is #CB6E30. Grayscale: #7B7B7B. Windows color (decimal): -13332017 or 13603124. OLE color: 13603124.
HSL color Cylindrical-coordinate representation of color #3491CF: hue angle of 204º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3491CF is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 145 | 207 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.19 |
| HSL | 204º | 0.62% | 0.51% | - |
| HSV(B) | 204º | 0.75% | 0.81% | - |
| XYZ | 22.8 | 25.49 | 62.75 | - |
| YUV | 124.26 | 174.69 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 207 | 0.75 | 0.30 | 0 | 0.19 | 204 | 0.62 | 0.51 |
| Hex | 34 | 91 | CF | 4B | 1E | 0 | 13 | CC | 3E | 33 |
| Octal | 64 | 221 | 317 | 113 | 36 | 0 | 23 | 314 | 76 | 63 |
| Binary | 110100 | 10010001 | 11001111 | 1001011 | 11110 | 0 | 10011 | 11001100 | 111110 | 110011 |
Color Harmonies of #3491CF
Complementary color
Monochromatic Colors of #3491CF
Black with #3491CF
Text Example
Text Example
White with #3491CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3491CF; }
p { color: rgb(52,145,207); }
H1.HeaderClassName
{
color: #3491CF;
}
.AnyTagClassName
{
color: #3491CF;
}
</style>
background-color css
<style>
a { background-color: #3491CF; }
a { background-color: rgb(52,145,207); }
div.DivClassName
{
background-color: #3491CF;
}
.BgClassName
{
background-color: #3491CF;
}
</style>
border-color css
<style>
span { border-color: #3491CF; }
span { border-color: rgb(52,145,207); }
td.TdClassName
{
border-color: #3491CF;
}
.TagClassName
{
border-color: #3491CF;
}
</style>