Shades of Curious Blue #378DCC
Tints of Curious Blue #378DCC
RGB
CMYK
RGB Variations
Color information
#378DCC (or 0x378DCC) is known color: Curious Blue. HEX triplet: 37, 8D and CC. RGB value is (55,141,204). Sum of RGB (Red+Green+Blue) = 55+141+204=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #378DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DCC is #C87233. Grayscale: #7A7A7A. Windows color (decimal): -13136436 or 13405495. OLE color: 13405495.
HSL color Cylindrical-coordinate representation of color #378DCC: hue angle of 205.37º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378DCC is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 141 | 204 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.2 |
| HSL | 205.37º | 0.59% | 0.51% | - |
| HSV(B) | 205.37º | 0.73% | 0.8% | - |
| XYZ | 22 | 24.22 | 60.64 | - |
| YUV | 122.47 | 174.01 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 204 | 0.73 | 0.31 | 0 | 0.2 | 205.37 | 0.59 | 0.51 |
| Hex | 37 | 8D | CC | 49 | 1F | 0 | 14 | CD | 3B | 33 |
| Octal | 67 | 215 | 314 | 111 | 37 | 0 | 24 | 315 | 73 | 63 |
| Binary | 110111 | 10001101 | 11001100 | 1001001 | 11111 | 0 | 10100 | 11001101 | 111011 | 110011 |
Color Harmonies of #378DCC
Complementary color
Monochromatic Colors of #378DCC
Black with #378DCC
Text Example
Text Example
White with #378DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DCC; }
p { color: rgb(55,141,204); }
H1.HeaderClassName
{
color: #378DCC;
}
.AnyTagClassName
{
color: #378DCC;
}
</style>
background-color css
<style>
a { background-color: #378DCC; }
a { background-color: rgb(55,141,204); }
div.DivClassName
{
background-color: #378DCC;
}
.BgClassName
{
background-color: #378DCC;
}
</style>
border-color css
<style>
span { border-color: #378DCC; }
span { border-color: rgb(55,141,204); }
td.TdClassName
{
border-color: #378DCC;
}
.TagClassName
{
border-color: #378DCC;
}
</style>