Shades of Curious Blue #3891CC
Tints of Curious Blue #3891CC
RGB
CMYK
RGB Variations
Color information
#3891CC (or 0x3891CC) is known color: Curious Blue. HEX triplet: 38, 91 and CC. RGB value is (56,145,204). Sum of RGB (Red+Green+Blue) = 56+145+204=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #3891CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3891CC is #C76E33. Grayscale: #7C7C7C. Windows color (decimal): -13069876 or 13406520. OLE color: 13406520.
HSL color Cylindrical-coordinate representation of color #3891CC: hue angle of 203.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3891CC is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 145 | 204 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.2 |
| HSL | 203.92º | 0.59% | 0.51% | - |
| HSV(B) | 203.92º | 0.73% | 0.8% | - |
| XYZ | 22.66 | 25.45 | 60.85 | - |
| YUV | 125.12 | 172.51 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 204 | 0.73 | 0.29 | 0 | 0.2 | 203.92 | 0.59 | 0.51 |
| Hex | 38 | 91 | CC | 49 | 1D | 0 | 14 | CC | 3B | 33 |
| Octal | 70 | 221 | 314 | 111 | 35 | 0 | 24 | 314 | 73 | 63 |
| Binary | 111000 | 10010001 | 11001100 | 1001001 | 11101 | 0 | 10100 | 11001100 | 111011 | 110011 |
Color Harmonies of #3891CC
Complementary color
Monochromatic Colors of #3891CC
Black with #3891CC
Text Example
Text Example
White with #3891CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3891CC; }
p { color: rgb(56,145,204); }
H1.HeaderClassName
{
color: #3891CC;
}
.AnyTagClassName
{
color: #3891CC;
}
</style>
background-color css
<style>
a { background-color: #3891CC; }
a { background-color: rgb(56,145,204); }
div.DivClassName
{
background-color: #3891CC;
}
.BgClassName
{
background-color: #3891CC;
}
</style>
border-color css
<style>
span { border-color: #3891CC; }
span { border-color: rgb(56,145,204); }
td.TdClassName
{
border-color: #3891CC;
}
.TagClassName
{
border-color: #3891CC;
}
</style>