Shades of Curious Blue #3991CA
Tints of Curious Blue #3991CA
RGB
CMYK
RGB Variations
Color information
#3991CA (or 0x3991CA) is known color: Curious Blue. HEX triplet: 39, 91 and CA. RGB value is (57,145,202). Sum of RGB (Red+Green+Blue) = 57+145+202=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #3991CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3991CA is #C66E35. Grayscale: #7C7C7C. Windows color (decimal): -13004342 or 13275449. OLE color: 13275449.
HSL color Cylindrical-coordinate representation of color #3991CA: hue angle of 203.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3991CA is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 145 | 202 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.21 |
| HSL | 203.59º | 0.58% | 0.51% | - |
| HSV(B) | 203.59º | 0.72% | 0.79% | - |
| XYZ | 22.47 | 25.38 | 59.59 | - |
| YUV | 125.19 | 171.35 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 202 | 0.72 | 0.28 | 0 | 0.21 | 203.59 | 0.58 | 0.51 |
| Hex | 39 | 91 | CA | 48 | 1C | 0 | 15 | CC | 3A | 33 |
| Octal | 71 | 221 | 312 | 110 | 34 | 0 | 25 | 314 | 72 | 63 |
| Binary | 111001 | 10010001 | 11001010 | 1001000 | 11100 | 0 | 10101 | 11001100 | 111010 | 110011 |
Color Harmonies of #3991CA
Complementary color
Monochromatic Colors of #3991CA
Black with #3991CA
Text Example
Text Example
White with #3991CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3991CA; }
p { color: rgb(57,145,202); }
H1.HeaderClassName
{
color: #3991CA;
}
.AnyTagClassName
{
color: #3991CA;
}
</style>
background-color css
<style>
a { background-color: #3991CA; }
a { background-color: rgb(57,145,202); }
div.DivClassName
{
background-color: #3991CA;
}
.BgClassName
{
background-color: #3991CA;
}
</style>
border-color css
<style>
span { border-color: #3991CA; }
span { border-color: rgb(57,145,202); }
td.TdClassName
{
border-color: #3991CA;
}
.TagClassName
{
border-color: #3991CA;
}
</style>