Shades of Curious Blue #3879CF
Tints of Curious Blue #3879CF
RGB
CMYK
RGB Variations
Color information
#3879CF (or 0x3879CF) is known color: Curious Blue. HEX triplet: 38, 79 and CF. RGB value is (56,121,207). Sum of RGB (Red+Green+Blue) = 56+121+207=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #3879CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3879CF is #C78630. Grayscale: #6E6E6E. Windows color (decimal): -13076017 or 13596984. OLE color: 13596984.
HSL color Cylindrical-coordinate representation of color #3879CF: hue angle of 214.17º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3879CF is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 121 | 207 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.19 |
| HSL | 214.17º | 0.61% | 0.52% | - |
| HSV(B) | 214.17º | 0.73% | 0.81% | - |
| XYZ | 19.73 | 19.02 | 61.66 | - |
| YUV | 111.37 | 181.97 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 207 | 0.73 | 0.42 | 0 | 0.19 | 214.17 | 0.61 | 0.52 |
| Hex | 38 | 79 | CF | 49 | 2A | 0 | 13 | D6 | 3D | 34 |
| Octal | 70 | 171 | 317 | 111 | 52 | 0 | 23 | 326 | 75 | 64 |
| Binary | 111000 | 1111001 | 11001111 | 1001001 | 101010 | 0 | 10011 | 11010110 | 111101 | 110100 |
Color Harmonies of #3879CF
Complementary color
Monochromatic Colors of #3879CF
Black with #3879CF
Text Example
Text Example
White with #3879CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3879CF; }
p { color: rgb(56,121,207); }
H1.HeaderClassName
{
color: #3879CF;
}
.AnyTagClassName
{
color: #3879CF;
}
</style>
background-color css
<style>
a { background-color: #3879CF; }
a { background-color: rgb(56,121,207); }
div.DivClassName
{
background-color: #3879CF;
}
.BgClassName
{
background-color: #3879CF;
}
</style>
border-color css
<style>
span { border-color: #3879CF; }
span { border-color: rgb(56,121,207); }
td.TdClassName
{
border-color: #3879CF;
}
.TagClassName
{
border-color: #3879CF;
}
</style>