Shades of Curious Blue #3978CE
Tints of Curious Blue #3978CE
RGB
CMYK
RGB Variations
Color information
#3978CE (or 0x3978CE) is known color: Curious Blue. HEX triplet: 39, 78 and CE. RGB value is (57,120,206). Sum of RGB (Red+Green+Blue) = 57+120+206=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #3978CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3978CE is #C68731. Grayscale: #6E6E6E. Windows color (decimal): -13010738 or 13531193. OLE color: 13531193.
HSL color Cylindrical-coordinate representation of color #3978CE: hue angle of 214.63º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3978CE is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 120 | 206 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.19 |
| HSL | 214.63º | 0.6% | 0.52% | - |
| HSV(B) | 214.63º | 0.72% | 0.81% | - |
| XYZ | 19.54 | 18.76 | 60.98 | - |
| YUV | 110.97 | 181.63 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 206 | 0.72 | 0.42 | 0 | 0.19 | 214.63 | 0.6 | 0.52 |
| Hex | 39 | 78 | CE | 48 | 2A | 0 | 13 | D7 | 3C | 34 |
| Octal | 71 | 170 | 316 | 110 | 52 | 0 | 23 | 327 | 74 | 64 |
| Binary | 111001 | 1111000 | 11001110 | 1001000 | 101010 | 0 | 10011 | 11010111 | 111100 | 110100 |
Color Harmonies of #3978CE
Complementary color
Monochromatic Colors of #3978CE
Black with #3978CE
Text Example
Text Example
White with #3978CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3978CE; }
p { color: rgb(57,120,206); }
H1.HeaderClassName
{
color: #3978CE;
}
.AnyTagClassName
{
color: #3978CE;
}
</style>
background-color css
<style>
a { background-color: #3978CE; }
a { background-color: rgb(57,120,206); }
div.DivClassName
{
background-color: #3978CE;
}
.BgClassName
{
background-color: #3978CE;
}
</style>
border-color css
<style>
span { border-color: #3978CE; }
span { border-color: rgb(57,120,206); }
td.TdClassName
{
border-color: #3978CE;
}
.TagClassName
{
border-color: #3978CE;
}
</style>