Shades of Curious Blue #378ECF
Tints of Curious Blue #378ECF
RGB
CMYK
RGB Variations
Color information
#378ECF (or 0x378ECF) is known color: Curious Blue. HEX triplet: 37, 8E and CF. RGB value is (55,142,207). Sum of RGB (Red+Green+Blue) = 55+142+207=404 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.61% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #378ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ECF is #C87130. Grayscale: #7B7B7B. Windows color (decimal): -13136177 or 13602359. OLE color: 13602359.
HSL color Cylindrical-coordinate representation of color #378ECF: hue angle of 205.66º 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 #378ECF is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 142 | 207 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.19 |
| HSL | 205.66º | 0.61% | 0.51% | - |
| HSV(B) | 205.66º | 0.73% | 0.81% | - |
| XYZ | 22.51 | 24.66 | 62.61 | - |
| YUV | 123.4 | 175.18 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 142 | 207 | 0.73 | 0.31 | 0 | 0.19 | 205.66 | 0.61 | 0.51 |
| Hex | 37 | 8E | CF | 49 | 1F | 0 | 13 | CE | 3D | 33 |
| Octal | 67 | 216 | 317 | 111 | 37 | 0 | 23 | 316 | 75 | 63 |
| Binary | 110111 | 10001110 | 11001111 | 1001001 | 11111 | 0 | 10011 | 11001110 | 111101 | 110011 |
Color Harmonies of #378ECF
Complementary color
Monochromatic Colors of #378ECF
Black with #378ECF
Text Example
Text Example
White with #378ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378ECF; }
p { color: rgb(55,142,207); }
H1.HeaderClassName
{
color: #378ECF;
}
.AnyTagClassName
{
color: #378ECF;
}
</style>
background-color css
<style>
a { background-color: #378ECF; }
a { background-color: rgb(55,142,207); }
div.DivClassName
{
background-color: #378ECF;
}
.BgClassName
{
background-color: #378ECF;
}
</style>
border-color css
<style>
span { border-color: #378ECF; }
span { border-color: rgb(55,142,207); }
td.TdClassName
{
border-color: #378ECF;
}
.TagClassName
{
border-color: #378ECF;
}
</style>