Shades of Curious Blue #378DCF
Tints of Curious Blue #378DCF
RGB
CMYK
RGB Variations
Color information
#378DCF (or 0x378DCF) is known color: Curious Blue. HEX triplet: 37, 8D and CF. RGB value is (55,141,207). Sum of RGB (Red+Green+Blue) = 55+141+207=403 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.65% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #378DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DCF is #C87230. Grayscale: #7A7A7A. Windows color (decimal): -13136433 or 13602103. OLE color: 13602103.
HSL color Cylindrical-coordinate representation of color #378DCF: hue angle of 206.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378DCF is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 141 | 207 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.19 |
| HSL | 206.05º | 0.61% | 0.51% | - |
| HSV(B) | 206.05º | 0.73% | 0.81% | - |
| XYZ | 22.36 | 24.37 | 62.56 | - |
| YUV | 122.81 | 175.51 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 207 | 0.73 | 0.32 | 0 | 0.19 | 206.05 | 0.61 | 0.51 |
| Hex | 37 | 8D | CF | 49 | 20 | 0 | 13 | CE | 3D | 33 |
| Octal | 67 | 215 | 317 | 111 | 40 | 0 | 23 | 316 | 75 | 63 |
| Binary | 110111 | 10001101 | 11001111 | 1001001 | 100000 | 0 | 10011 | 11001110 | 111101 | 110011 |
Color Harmonies of #378DCF
Complementary color
Monochromatic Colors of #378DCF
Black with #378DCF
Text Example
Text Example
White with #378DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DCF; }
p { color: rgb(55,141,207); }
H1.HeaderClassName
{
color: #378DCF;
}
.AnyTagClassName
{
color: #378DCF;
}
</style>
background-color css
<style>
a { background-color: #378DCF; }
a { background-color: rgb(55,141,207); }
div.DivClassName
{
background-color: #378DCF;
}
.BgClassName
{
background-color: #378DCF;
}
</style>
border-color css
<style>
span { border-color: #378DCF; }
span { border-color: rgb(55,141,207); }
td.TdClassName
{
border-color: #378DCF;
}
.TagClassName
{
border-color: #378DCF;
}
</style>