Shades of Curious Blue #378DC2
Tints of Curious Blue #378DC2
RGB
CMYK
RGB Variations
Color information
#378DC2 (or 0x378DC2) is known color: Curious Blue. HEX triplet: 37, 8D and C2. RGB value is (55,141,194). Sum of RGB (Red+Green+Blue) = 55+141+194=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #378DC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DC2 is #C8723D. Grayscale: #797979. Windows color (decimal): -13136446 or 12750135. OLE color: 12750135.
HSL color Cylindrical-coordinate representation of color #378DC2: hue angle of 202.88º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #378DC2 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 141 | 194 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.24 |
| HSL | 202.88º | 0.56% | 0.49% | - |
| HSV(B) | 202.88º | 0.72% | 0.76% | - |
| XYZ | 20.84 | 23.76 | 54.53 | - |
| YUV | 121.33 | 169.01 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 194 | 0.72 | 0.27 | 0 | 0.24 | 202.88 | 0.56 | 0.49 |
| Hex | 37 | 8D | C2 | 48 | 1B | 0 | 18 | CB | 38 | 31 |
| Octal | 67 | 215 | 302 | 110 | 33 | 0 | 30 | 313 | 70 | 61 |
| Binary | 110111 | 10001101 | 11000010 | 1001000 | 11011 | 0 | 11000 | 11001011 | 111000 | 110001 |
Color Harmonies of #378DC2
Complementary color
Monochromatic Colors of #378DC2
Black with #378DC2
Text Example
Text Example
White with #378DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DC2; }
p { color: rgb(55,141,194); }
H1.HeaderClassName
{
color: #378DC2;
}
.AnyTagClassName
{
color: #378DC2;
}
</style>
background-color css
<style>
a { background-color: #378DC2; }
a { background-color: rgb(55,141,194); }
div.DivClassName
{
background-color: #378DC2;
}
.BgClassName
{
background-color: #378DC2;
}
</style>
border-color css
<style>
span { border-color: #378DC2; }
span { border-color: rgb(55,141,194); }
td.TdClassName
{
border-color: #378DC2;
}
.TagClassName
{
border-color: #378DC2;
}
</style>