Shades of Curious Blue #378DBE
Tints of Curious Blue #378DBE
RGB
CMYK
RGB Variations
Color information
#378DBE (or 0x378DBE) is known color: Curious Blue. HEX triplet: 37, 8D and BE. RGB value is (55,141,190). Sum of RGB (Red+Green+Blue) = 55+141+190=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #378DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DBE is #C87241. Grayscale: #787878. Windows color (decimal): -13136450 or 12487991. OLE color: 12487991.
HSL color Cylindrical-coordinate representation of color #378DBE: hue angle of 201.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #378DBE is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 141 | 190 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.25 |
| HSL | 201.78º | 0.55% | 0.48% | - |
| HSV(B) | 201.78º | 0.71% | 0.75% | - |
| XYZ | 20.39 | 23.58 | 52.19 | - |
| YUV | 120.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 190 | 0.71 | 0.26 | 0 | 0.25 | 201.78 | 0.55 | 0.48 |
| Hex | 37 | 8D | BE | 47 | 1A | 0 | 19 | CA | 37 | 30 |
| Octal | 67 | 215 | 276 | 107 | 32 | 0 | 31 | 312 | 67 | 60 |
| Binary | 110111 | 10001101 | 10111110 | 1000111 | 11010 | 0 | 11001 | 11001010 | 110111 | 110000 |
Color Harmonies of #378DBE
Complementary color
Monochromatic Colors of #378DBE
Black with #378DBE
Text Example
Text Example
White with #378DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DBE; }
p { color: rgb(55,141,190); }
H1.HeaderClassName
{
color: #378DBE;
}
.AnyTagClassName
{
color: #378DBE;
}
</style>
background-color css
<style>
a { background-color: #378DBE; }
a { background-color: rgb(55,141,190); }
div.DivClassName
{
background-color: #378DBE;
}
.BgClassName
{
background-color: #378DBE;
}
</style>
border-color css
<style>
span { border-color: #378DBE; }
span { border-color: rgb(55,141,190); }
td.TdClassName
{
border-color: #378DBE;
}
.TagClassName
{
border-color: #378DBE;
}
</style>