Shades of Curious Blue #3879CC
Tints of Curious Blue #3879CC
RGB
CMYK
RGB Variations
Color information
#3879CC (or 0x3879CC) is known color: Curious Blue. HEX triplet: 38, 79 and CC. RGB value is (56,121,204). Sum of RGB (Red+Green+Blue) = 56+121+204=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #3879CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3879CC is #C78633. Grayscale: #6E6E6E. Windows color (decimal): -13076020 or 13400376. OLE color: 13400376.
HSL color Cylindrical-coordinate representation of color #3879CC: hue angle of 213.65º 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 #3879CC is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 121 | 204 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.2 |
| HSL | 213.65º | 0.59% | 0.51% | - |
| HSV(B) | 213.65º | 0.73% | 0.8% | - |
| XYZ | 19.37 | 18.88 | 59.75 | - |
| YUV | 111.03 | 180.47 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 204 | 0.73 | 0.41 | 0 | 0.2 | 213.65 | 0.59 | 0.51 |
| Hex | 38 | 79 | CC | 49 | 29 | 0 | 14 | D6 | 3B | 33 |
| Octal | 70 | 171 | 314 | 111 | 51 | 0 | 24 | 326 | 73 | 63 |
| Binary | 111000 | 1111001 | 11001100 | 1001001 | 101001 | 0 | 10100 | 11010110 | 111011 | 110011 |
Color Harmonies of #3879CC
Complementary color
Monochromatic Colors of #3879CC
Black with #3879CC
Text Example
Text Example
White with #3879CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3879CC; }
p { color: rgb(56,121,204); }
H1.HeaderClassName
{
color: #3879CC;
}
.AnyTagClassName
{
color: #3879CC;
}
</style>
background-color css
<style>
a { background-color: #3879CC; }
a { background-color: rgb(56,121,204); }
div.DivClassName
{
background-color: #3879CC;
}
.BgClassName
{
background-color: #3879CC;
}
</style>
border-color css
<style>
span { border-color: #3879CC; }
span { border-color: rgb(56,121,204); }
td.TdClassName
{
border-color: #3879CC;
}
.TagClassName
{
border-color: #3879CC;
}
</style>