Shades of Curious Blue #378EBA
Tints of Curious Blue #378EBA
RGB
CMYK
RGB Variations
Color information
#378EBA (or 0x378EBA) is known color: Curious Blue. HEX triplet: 37, 8E and BA. RGB value is (55,142,186). Sum of RGB (Red+Green+Blue) = 55+142+186=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #378EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378EBA is #C87145. Grayscale: #787878. Windows color (decimal): -13136198 or 12226103. OLE color: 12226103.
HSL color Cylindrical-coordinate representation of color #378EBA: hue angle of 200.15º 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 #378EBA is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 142 | 186 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.27 |
| HSL | 200.15º | 0.54% | 0.47% | - |
| HSV(B) | 200.15º | 0.7% | 0.73% | - |
| XYZ | 20.11 | 23.7 | 49.97 | - |
| YUV | 121 | 164.68 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 142 | 186 | 0.70 | 0.24 | 0 | 0.27 | 200.15 | 0.54 | 0.47 |
| Hex | 37 | 8E | BA | 46 | 18 | 0 | 1B | C8 | 36 | 2F |
| Octal | 67 | 216 | 272 | 106 | 30 | 0 | 33 | 310 | 66 | 57 |
| Binary | 110111 | 10001110 | 10111010 | 1000110 | 11000 | 0 | 11011 | 11001000 | 110110 | 101111 |
Color Harmonies of #378EBA
Complementary color
Monochromatic Colors of #378EBA
Black with #378EBA
Text Example
Text Example
White with #378EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378EBA; }
p { color: rgb(55,142,186); }
H1.HeaderClassName
{
color: #378EBA;
}
.AnyTagClassName
{
color: #378EBA;
}
</style>
background-color css
<style>
a { background-color: #378EBA; }
a { background-color: rgb(55,142,186); }
div.DivClassName
{
background-color: #378EBA;
}
.BgClassName
{
background-color: #378EBA;
}
</style>
border-color css
<style>
span { border-color: #378EBA; }
span { border-color: rgb(55,142,186); }
td.TdClassName
{
border-color: #378EBA;
}
.TagClassName
{
border-color: #378EBA;
}
</style>