Shades of Curious Blue #378DC6
Tints of Curious Blue #378DC6
RGB
CMYK
RGB Variations
Color information
#378DC6 (or 0x378DC6) is known color: Curious Blue. HEX triplet: 37, 8D and C6. RGB value is (55,141,198). Sum of RGB (Red+Green+Blue) = 55+141+198=394 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.96% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #378DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DC6 is #C87239. Grayscale: #797979. Windows color (decimal): -13136442 or 13012279. OLE color: 13012279.
HSL color Cylindrical-coordinate representation of color #378DC6: hue angle of 203.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #378DC6 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 141 | 198 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.22 |
| HSL | 203.92º | 0.57% | 0.5% | - |
| HSV(B) | 203.92º | 0.72% | 0.78% | - |
| XYZ | 21.29 | 23.94 | 56.92 | - |
| YUV | 121.78 | 171.01 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 198 | 0.72 | 0.29 | 0 | 0.22 | 203.92 | 0.57 | 0.5 |
| Hex | 37 | 8D | C6 | 48 | 1D | 0 | 16 | CC | 39 | 32 |
| Octal | 67 | 215 | 306 | 110 | 35 | 0 | 26 | 314 | 71 | 62 |
| Binary | 110111 | 10001101 | 11000110 | 1001000 | 11101 | 0 | 10110 | 11001100 | 111001 | 110010 |
Color Harmonies of #378DC6
Complementary color
Monochromatic Colors of #378DC6
Black with #378DC6
Text Example
Text Example
White with #378DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DC6; }
p { color: rgb(55,141,198); }
H1.HeaderClassName
{
color: #378DC6;
}
.AnyTagClassName
{
color: #378DC6;
}
</style>
background-color css
<style>
a { background-color: #378DC6; }
a { background-color: rgb(55,141,198); }
div.DivClassName
{
background-color: #378DC6;
}
.BgClassName
{
background-color: #378DC6;
}
</style>
border-color css
<style>
span { border-color: #378DC6; }
span { border-color: rgb(55,141,198); }
td.TdClassName
{
border-color: #378DC6;
}
.TagClassName
{
border-color: #378DC6;
}
</style>