Shades of Curious Blue #378BD8
Tints of Curious Blue #378BD8
RGB
CMYK
RGB Variations
Color information
#378BD8 (or 0x378BD8) is known color: Curious Blue. HEX triplet: 37, 8B and D8. RGB value is (55,139,216). Sum of RGB (Red+Green+Blue) = 55+139+216=410 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.41% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #378BD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BD8 is #C87427. Grayscale: #7A7A7A. Windows color (decimal): -13136936 or 14191415. OLE color: 14191415.
HSL color Cylindrical-coordinate representation of color #378BD8: hue angle of 208.7º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #378BD8 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 139 | 216 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.15 |
| HSL | 208.7º | 0.67% | 0.53% | - |
| HSV(B) | 208.7º | 0.75% | 0.85% | - |
| XYZ | 23.2 | 24.24 | 68.42 | - |
| YUV | 122.66 | 180.67 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 216 | 0.75 | 0.36 | 0 | 0.15 | 208.7 | 0.67 | 0.53 |
| Hex | 37 | 8B | D8 | 4B | 24 | 0 | F | D1 | 43 | 35 |
| Octal | 67 | 213 | 330 | 113 | 44 | 0 | 17 | 321 | 103 | 65 |
| Binary | 110111 | 10001011 | 11011000 | 1001011 | 100100 | 0 | 1111 | 11010001 | 1000011 | 110101 |
Color Harmonies of #378BD8
Complementary color
Monochromatic Colors of #378BD8
Black with #378BD8
Text Example
Text Example
White with #378BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BD8; }
p { color: rgb(55,139,216); }
H1.HeaderClassName
{
color: #378BD8;
}
.AnyTagClassName
{
color: #378BD8;
}
</style>
background-color css
<style>
a { background-color: #378BD8; }
a { background-color: rgb(55,139,216); }
div.DivClassName
{
background-color: #378BD8;
}
.BgClassName
{
background-color: #378BD8;
}
</style>
border-color css
<style>
span { border-color: #378BD8; }
span { border-color: rgb(55,139,216); }
td.TdClassName
{
border-color: #378BD8;
}
.TagClassName
{
border-color: #378BD8;
}
</style>