Shades of Curious Blue #378DBA
Tints of Curious Blue #378DBA
RGB
CMYK
RGB Variations
Color information
#378DBA (or 0x378DBA) is known color: Curious Blue. HEX triplet: 37, 8D and BA. RGB value is (55,141,186). Sum of RGB (Red+Green+Blue) = 55+141+186=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #378DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DBA is #C87245. Grayscale: #787878. Windows color (decimal): -13136454 or 12225847. OLE color: 12225847.
HSL color Cylindrical-coordinate representation of color #378DBA: hue angle of 200.61º 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 #378DBA is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 141 | 186 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.27 |
| HSL | 200.61º | 0.54% | 0.47% | - |
| HSV(B) | 200.61º | 0.7% | 0.73% | - |
| XYZ | 19.96 | 23.41 | 49.92 | - |
| YUV | 120.42 | 165.01 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 186 | 0.70 | 0.24 | 0 | 0.27 | 200.61 | 0.54 | 0.47 |
| Hex | 37 | 8D | BA | 46 | 18 | 0 | 1B | C9 | 36 | 2F |
| Octal | 67 | 215 | 272 | 106 | 30 | 0 | 33 | 311 | 66 | 57 |
| Binary | 110111 | 10001101 | 10111010 | 1000110 | 11000 | 0 | 11011 | 11001001 | 110110 | 101111 |
Color Harmonies of #378DBA
Complementary color
Monochromatic Colors of #378DBA
Black with #378DBA
Text Example
Text Example
White with #378DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DBA; }
p { color: rgb(55,141,186); }
H1.HeaderClassName
{
color: #378DBA;
}
.AnyTagClassName
{
color: #378DBA;
}
</style>
background-color css
<style>
a { background-color: #378DBA; }
a { background-color: rgb(55,141,186); }
div.DivClassName
{
background-color: #378DBA;
}
.BgClassName
{
background-color: #378DBA;
}
</style>
border-color css
<style>
span { border-color: #378DBA; }
span { border-color: rgb(55,141,186); }
td.TdClassName
{
border-color: #378DBA;
}
.TagClassName
{
border-color: #378DBA;
}
</style>