Shades of Curious Blue #3778C9
Tints of Curious Blue #3778C9
RGB
CMYK
RGB Variations
Color information
#3778C9 (or 0x3778C9) is known color: Curious Blue. HEX triplet: 37, 78 and C9. RGB value is (55,120,201). Sum of RGB (Red+Green+Blue) = 55+120+201=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #3778C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3778C9 is #C88736. Grayscale: #6D6D6D. Windows color (decimal): -13141815 or 13203511. OLE color: 13203511.
HSL color Cylindrical-coordinate representation of color #3778C9: hue angle of 213.29º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3778C9 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 120 | 201 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.21 |
| HSL | 213.29º | 0.57% | 0.5% | - |
| HSV(B) | 213.29º | 0.73% | 0.79% | - |
| XYZ | 18.83 | 18.46 | 57.83 | - |
| YUV | 109.8 | 179.47 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 201 | 0.73 | 0.40 | 0 | 0.21 | 213.29 | 0.57 | 0.5 |
| Hex | 37 | 78 | C9 | 49 | 28 | 0 | 15 | D5 | 39 | 32 |
| Octal | 67 | 170 | 311 | 111 | 50 | 0 | 25 | 325 | 71 | 62 |
| Binary | 110111 | 1111000 | 11001001 | 1001001 | 101000 | 0 | 10101 | 11010101 | 111001 | 110010 |
Color Harmonies of #3778C9
Complementary color
Monochromatic Colors of #3778C9
Black with #3778C9
Text Example
Text Example
White with #3778C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3778C9; }
p { color: rgb(55,120,201); }
H1.HeaderClassName
{
color: #3778C9;
}
.AnyTagClassName
{
color: #3778C9;
}
</style>
background-color css
<style>
a { background-color: #3778C9; }
a { background-color: rgb(55,120,201); }
div.DivClassName
{
background-color: #3778C9;
}
.BgClassName
{
background-color: #3778C9;
}
</style>
border-color css
<style>
span { border-color: #3778C9; }
span { border-color: rgb(55,120,201); }
td.TdClassName
{
border-color: #3778C9;
}
.TagClassName
{
border-color: #3778C9;
}
</style>