Shades of Curious Blue #378BBB
Tints of Curious Blue #378BBB
RGB
CMYK
RGB Variations
Color information
#378BBB (or 0x378BBB) is known color: Curious Blue. HEX triplet: 37, 8B and BB. RGB value is (55,139,187). Sum of RGB (Red+Green+Blue) = 55+139+187=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #378BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BBB is #C87444. Grayscale: #777777. Windows color (decimal): -13136965 or 12290871. OLE color: 12290871.
HSL color Cylindrical-coordinate representation of color #378BBB: hue angle of 201.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #378BBB is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 139 | 187 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.27 |
| HSL | 201.82º | 0.55% | 0.47% | - |
| HSV(B) | 201.82º | 0.71% | 0.73% | - |
| XYZ | 19.78 | 22.87 | 50.38 | - |
| YUV | 119.36 | 166.17 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 187 | 0.71 | 0.26 | 0 | 0.27 | 201.82 | 0.55 | 0.47 |
| Hex | 37 | 8B | BB | 47 | 1A | 0 | 1B | CA | 37 | 2F |
| Octal | 67 | 213 | 273 | 107 | 32 | 0 | 33 | 312 | 67 | 57 |
| Binary | 110111 | 10001011 | 10111011 | 1000111 | 11010 | 0 | 11011 | 11001010 | 110111 | 101111 |
Color Harmonies of #378BBB
Complementary color
Monochromatic Colors of #378BBB
Black with #378BBB
Text Example
Text Example
White with #378BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BBB; }
p { color: rgb(55,139,187); }
H1.HeaderClassName
{
color: #378BBB;
}
.AnyTagClassName
{
color: #378BBB;
}
</style>
background-color css
<style>
a { background-color: #378BBB; }
a { background-color: rgb(55,139,187); }
div.DivClassName
{
background-color: #378BBB;
}
.BgClassName
{
background-color: #378BBB;
}
</style>
border-color css
<style>
span { border-color: #378BBB; }
span { border-color: rgb(55,139,187); }
td.TdClassName
{
border-color: #378BBB;
}
.TagClassName
{
border-color: #378BBB;
}
</style>