Shades of Curious Blue #378DBD
Tints of Curious Blue #378DBD
RGB
CMYK
RGB Variations
Color information
#378DBD (or 0x378DBD) is known color: Curious Blue. HEX triplet: 37, 8D and BD. RGB value is (55,141,189). Sum of RGB (Red+Green+Blue) = 55+141+189=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #378DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DBD is #C87242. Grayscale: #787878. Windows color (decimal): -13136451 or 12422455. OLE color: 12422455.
HSL color Cylindrical-coordinate representation of color #378DBD: hue angle of 201.49º 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 #378DBD is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 141 | 189 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.26 |
| HSL | 201.49º | 0.55% | 0.48% | - |
| HSV(B) | 201.49º | 0.71% | 0.74% | - |
| XYZ | 20.29 | 23.54 | 51.62 | - |
| YUV | 120.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 189 | 0.71 | 0.25 | 0 | 0.26 | 201.49 | 0.55 | 0.48 |
| Hex | 37 | 8D | BD | 47 | 19 | 0 | 1A | C9 | 37 | 30 |
| Octal | 67 | 215 | 275 | 107 | 31 | 0 | 32 | 311 | 67 | 60 |
| Binary | 110111 | 10001101 | 10111101 | 1000111 | 11001 | 0 | 11010 | 11001001 | 110111 | 110000 |
Color Harmonies of #378DBD
Complementary color
Monochromatic Colors of #378DBD
Black with #378DBD
Text Example
Text Example
White with #378DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DBD; }
p { color: rgb(55,141,189); }
H1.HeaderClassName
{
color: #378DBD;
}
.AnyTagClassName
{
color: #378DBD;
}
</style>
background-color css
<style>
a { background-color: #378DBD; }
a { background-color: rgb(55,141,189); }
div.DivClassName
{
background-color: #378DBD;
}
.BgClassName
{
background-color: #378DBD;
}
</style>
border-color css
<style>
span { border-color: #378DBD; }
span { border-color: rgb(55,141,189); }
td.TdClassName
{
border-color: #378DBD;
}
.TagClassName
{
border-color: #378DBD;
}
</style>