Shades of Curious Blue #378CCE
Tints of Curious Blue #378CCE
RGB
CMYK
RGB Variations
Color information
#378CCE (or 0x378CCE) is known color: Curious Blue. HEX triplet: 37, 8C and CE. RGB value is (55,140,206). Sum of RGB (Red+Green+Blue) = 55+140+206=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #378CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378CCE is #C87331. Grayscale: #797979. Windows color (decimal): -13136690 or 13536311. OLE color: 13536311.
HSL color Cylindrical-coordinate representation of color #378CCE: hue angle of 206.23º 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 #378CCE is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 140 | 206 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.19 |
| HSL | 206.23º | 0.61% | 0.51% | - |
| HSV(B) | 206.23º | 0.73% | 0.81% | - |
| XYZ | 22.09 | 24.02 | 61.87 | - |
| YUV | 122.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 206 | 0.73 | 0.32 | 0 | 0.19 | 206.23 | 0.61 | 0.51 |
| Hex | 37 | 8C | CE | 49 | 20 | 0 | 13 | CE | 3D | 33 |
| Octal | 67 | 214 | 316 | 111 | 40 | 0 | 23 | 316 | 75 | 63 |
| Binary | 110111 | 10001100 | 11001110 | 1001001 | 100000 | 0 | 10011 | 11001110 | 111101 | 110011 |
Color Harmonies of #378CCE
Complementary color
Monochromatic Colors of #378CCE
Black with #378CCE
Text Example
Text Example
White with #378CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378CCE; }
p { color: rgb(55,140,206); }
H1.HeaderClassName
{
color: #378CCE;
}
.AnyTagClassName
{
color: #378CCE;
}
</style>
background-color css
<style>
a { background-color: #378CCE; }
a { background-color: rgb(55,140,206); }
div.DivClassName
{
background-color: #378CCE;
}
.BgClassName
{
background-color: #378CCE;
}
</style>
border-color css
<style>
span { border-color: #378CCE; }
span { border-color: rgb(55,140,206); }
td.TdClassName
{
border-color: #378CCE;
}
.TagClassName
{
border-color: #378CCE;
}
</style>