Shades of Curious Blue #378BB7
Tints of Curious Blue #378BB7
RGB
CMYK
RGB Variations
Color information
#378BB7 (or 0x378BB7) is known color: Curious Blue. HEX triplet: 37, 8B and B7. RGB value is (55,139,183). Sum of RGB (Red+Green+Blue) = 55+139+183=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #378BB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BB7 is #C87448. Grayscale: #767676. Windows color (decimal): -13136969 or 12028727. OLE color: 12028727.
HSL color Cylindrical-coordinate representation of color #378BB7: hue angle of 200.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #378BB7 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 139 | 183 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.28 |
| HSL | 200.63º | 0.54% | 0.47% | - |
| HSV(B) | 200.63º | 0.7% | 0.72% | - |
| XYZ | 19.36 | 22.7 | 48.16 | - |
| YUV | 118.9 | 164.17 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 183 | 0.70 | 0.24 | 0 | 0.28 | 200.63 | 0.54 | 0.47 |
| Hex | 37 | 8B | B7 | 46 | 18 | 0 | 1C | C9 | 36 | 2F |
| Octal | 67 | 213 | 267 | 106 | 30 | 0 | 34 | 311 | 66 | 57 |
| Binary | 110111 | 10001011 | 10110111 | 1000110 | 11000 | 0 | 11100 | 11001001 | 110110 | 101111 |
Color Harmonies of #378BB7
Complementary color
Monochromatic Colors of #378BB7
Black with #378BB7
Text Example
Text Example
White with #378BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BB7; }
p { color: rgb(55,139,183); }
H1.HeaderClassName
{
color: #378BB7;
}
.AnyTagClassName
{
color: #378BB7;
}
</style>
background-color css
<style>
a { background-color: #378BB7; }
a { background-color: rgb(55,139,183); }
div.DivClassName
{
background-color: #378BB7;
}
.BgClassName
{
background-color: #378BB7;
}
</style>
border-color css
<style>
span { border-color: #378BB7; }
span { border-color: rgb(55,139,183); }
td.TdClassName
{
border-color: #378BB7;
}
.TagClassName
{
border-color: #378BB7;
}
</style>