Shades of Curious Blue #3778BC
Tints of Curious Blue #3778BC
RGB
CMYK
RGB Variations
Color information
#3778BC (or 0x3778BC) is known color: Curious Blue. HEX triplet: 37, 78 and BC. RGB value is (55,120,188). Sum of RGB (Red+Green+Blue) = 55+120+188=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #3778BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3778BC is #C88743. Grayscale: #6B6B6B. Windows color (decimal): -13141828 or 12351543. OLE color: 12351543.
HSL color Cylindrical-coordinate representation of color #3778BC: hue angle of 210.68º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3778BC is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 120 | 188 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.26 |
| HSL | 210.68º | 0.55% | 0.48% | - |
| HSV(B) | 210.68º | 0.71% | 0.74% | - |
| XYZ | 17.37 | 17.88 | 50.11 | - |
| YUV | 108.32 | 172.97 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 188 | 0.71 | 0.36 | 0 | 0.26 | 210.68 | 0.55 | 0.48 |
| Hex | 37 | 78 | BC | 47 | 24 | 0 | 1A | D3 | 37 | 30 |
| Octal | 67 | 170 | 274 | 107 | 44 | 0 | 32 | 323 | 67 | 60 |
| Binary | 110111 | 1111000 | 10111100 | 1000111 | 100100 | 0 | 11010 | 11010011 | 110111 | 110000 |
Color Harmonies of #3778BC
Complementary color
Monochromatic Colors of #3778BC
Black with #3778BC
Text Example
Text Example
White with #3778BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3778BC; }
p { color: rgb(55,120,188); }
H1.HeaderClassName
{
color: #3778BC;
}
.AnyTagClassName
{
color: #3778BC;
}
</style>
background-color css
<style>
a { background-color: #3778BC; }
a { background-color: rgb(55,120,188); }
div.DivClassName
{
background-color: #3778BC;
}
.BgClassName
{
background-color: #3778BC;
}
</style>
border-color css
<style>
span { border-color: #3778BC; }
span { border-color: rgb(55,120,188); }
td.TdClassName
{
border-color: #3778BC;
}
.TagClassName
{
border-color: #3778BC;
}
</style>