Shades of Curious Blue #378BBA
Tints of Curious Blue #378BBA
RGB
CMYK
RGB Variations
Color information
#378BBA (or 0x378BBA) is known color: Curious Blue. HEX triplet: 37, 8B and BA. RGB value is (55,139,186). Sum of RGB (Red+Green+Blue) = 55+139+186=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #378BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BBA is #C87445. Grayscale: #767676. Windows color (decimal): -13136966 or 12225335. OLE color: 12225335.
HSL color Cylindrical-coordinate representation of color #378BBA: hue angle of 201.53º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #378BBA is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 139 | 186 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.27 |
| HSL | 201.53º | 0.54% | 0.47% | - |
| HSV(B) | 201.53º | 0.7% | 0.73% | - |
| XYZ | 19.67 | 22.82 | 49.82 | - |
| YUV | 119.24 | 165.67 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 186 | 0.70 | 0.25 | 0 | 0.27 | 201.53 | 0.54 | 0.47 |
| Hex | 37 | 8B | BA | 46 | 19 | 0 | 1B | CA | 36 | 2F |
| Octal | 67 | 213 | 272 | 106 | 31 | 0 | 33 | 312 | 66 | 57 |
| Binary | 110111 | 10001011 | 10111010 | 1000110 | 11001 | 0 | 11011 | 11001010 | 110110 | 101111 |
Color Harmonies of #378BBA
Complementary color
Monochromatic Colors of #378BBA
Black with #378BBA
Text Example
Text Example
White with #378BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BBA; }
p { color: rgb(55,139,186); }
H1.HeaderClassName
{
color: #378BBA;
}
.AnyTagClassName
{
color: #378BBA;
}
</style>
background-color css
<style>
a { background-color: #378BBA; }
a { background-color: rgb(55,139,186); }
div.DivClassName
{
background-color: #378BBA;
}
.BgClassName
{
background-color: #378BBA;
}
</style>
border-color css
<style>
span { border-color: #378BBA; }
span { border-color: rgb(55,139,186); }
td.TdClassName
{
border-color: #378BBA;
}
.TagClassName
{
border-color: #378BBA;
}
</style>