Shades of Curious Blue #3778CC
Tints of Curious Blue #3778CC
RGB
CMYK
RGB Variations
Color information
#3778CC (or 0x3778CC) is known color: Curious Blue. HEX triplet: 37, 78 and CC. RGB value is (55,120,204). Sum of RGB (Red+Green+Blue) = 55+120+204=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #3778CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3778CC is #C88733. Grayscale: #6D6D6D. Windows color (decimal): -13141812 or 13400119. OLE color: 13400119.
HSL color Cylindrical-coordinate representation of color #3778CC: hue angle of 213.83º 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 #3778CC is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 120 | 204 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.2 |
| HSL | 213.83º | 0.59% | 0.51% | - |
| HSV(B) | 213.83º | 0.73% | 0.8% | - |
| XYZ | 19.19 | 18.6 | 59.71 | - |
| YUV | 110.14 | 180.97 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 204 | 0.73 | 0.41 | 0 | 0.2 | 213.83 | 0.59 | 0.51 |
| Hex | 37 | 78 | CC | 49 | 29 | 0 | 14 | D6 | 3B | 33 |
| Octal | 67 | 170 | 314 | 111 | 51 | 0 | 24 | 326 | 73 | 63 |
| Binary | 110111 | 1111000 | 11001100 | 1001001 | 101001 | 0 | 10100 | 11010110 | 111011 | 110011 |
Color Harmonies of #3778CC
Complementary color
Monochromatic Colors of #3778CC
Black with #3778CC
Text Example
Text Example
White with #3778CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3778CC; }
p { color: rgb(55,120,204); }
H1.HeaderClassName
{
color: #3778CC;
}
.AnyTagClassName
{
color: #3778CC;
}
</style>
background-color css
<style>
a { background-color: #3778CC; }
a { background-color: rgb(55,120,204); }
div.DivClassName
{
background-color: #3778CC;
}
.BgClassName
{
background-color: #3778CC;
}
</style>
border-color css
<style>
span { border-color: #3778CC; }
span { border-color: rgb(55,120,204); }
td.TdClassName
{
border-color: #3778CC;
}
.TagClassName
{
border-color: #3778CC;
}
</style>