Shades of Curious Blue #3775BA
Tints of Curious Blue #3775BA
RGB
CMYK
RGB Variations
Color information
#3775BA (or 0x3775BA) is known color: Curious Blue. HEX triplet: 37, 75 and BA. RGB value is (55,117,186). Sum of RGB (Red+Green+Blue) = 55+117+186=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #3775BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3775BA is #C88A45. Grayscale: #696969. Windows color (decimal): -13142598 or 12219703. OLE color: 12219703.
HSL color Cylindrical-coordinate representation of color #3775BA: hue angle of 211.6º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3775BA is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 117 | 186 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.27 |
| HSL | 211.6º | 0.54% | 0.47% | - |
| HSV(B) | 211.6º | 0.7% | 0.73% | - |
| XYZ | 16.8 | 17.08 | 48.87 | - |
| YUV | 106.33 | 172.96 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 186 | 0.70 | 0.37 | 0 | 0.27 | 211.6 | 0.54 | 0.47 |
| Hex | 37 | 75 | BA | 46 | 25 | 0 | 1B | D4 | 36 | 2F |
| Octal | 67 | 165 | 272 | 106 | 45 | 0 | 33 | 324 | 66 | 57 |
| Binary | 110111 | 1110101 | 10111010 | 1000110 | 100101 | 0 | 11011 | 11010100 | 110110 | 101111 |
Color Harmonies of #3775BA
Complementary color
Monochromatic Colors of #3775BA
Black with #3775BA
Text Example
Text Example
White with #3775BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3775BA; }
p { color: rgb(55,117,186); }
H1.HeaderClassName
{
color: #3775BA;
}
.AnyTagClassName
{
color: #3775BA;
}
</style>
background-color css
<style>
a { background-color: #3775BA; }
a { background-color: rgb(55,117,186); }
div.DivClassName
{
background-color: #3775BA;
}
.BgClassName
{
background-color: #3775BA;
}
</style>
border-color css
<style>
span { border-color: #3775BA; }
span { border-color: rgb(55,117,186); }
td.TdClassName
{
border-color: #3775BA;
}
.TagClassName
{
border-color: #3775BA;
}
</style>