Shades of Curious Blue #378ABA
Tints of Curious Blue #378ABA
RGB
CMYK
RGB Variations
Color information
#378ABA (or 0x378ABA) is known color: Curious Blue. HEX triplet: 37, 8A and BA. RGB value is (55,138,186). Sum of RGB (Red+Green+Blue) = 55+138+186=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #378ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ABA is #C87545. Grayscale: #767676. Windows color (decimal): -13137222 or 12225079. OLE color: 12225079.
HSL color Cylindrical-coordinate representation of color #378ABA: hue angle of 201.98º 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 #378ABA is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 138 | 186 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.27 |
| HSL | 201.98º | 0.54% | 0.47% | - |
| HSV(B) | 201.98º | 0.7% | 0.73% | - |
| XYZ | 19.53 | 22.53 | 49.77 | - |
| YUV | 118.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 186 | 0.70 | 0.26 | 0 | 0.27 | 201.98 | 0.54 | 0.47 |
| Hex | 37 | 8A | BA | 46 | 1A | 0 | 1B | CA | 36 | 2F |
| Octal | 67 | 212 | 272 | 106 | 32 | 0 | 33 | 312 | 66 | 57 |
| Binary | 110111 | 10001010 | 10111010 | 1000110 | 11010 | 0 | 11011 | 11001010 | 110110 | 101111 |
Color Harmonies of #378ABA
Complementary color
Monochromatic Colors of #378ABA
Black with #378ABA
Text Example
Text Example
White with #378ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378ABA; }
p { color: rgb(55,138,186); }
H1.HeaderClassName
{
color: #378ABA;
}
.AnyTagClassName
{
color: #378ABA;
}
</style>
background-color css
<style>
a { background-color: #378ABA; }
a { background-color: rgb(55,138,186); }
div.DivClassName
{
background-color: #378ABA;
}
.BgClassName
{
background-color: #378ABA;
}
</style>
border-color css
<style>
span { border-color: #378ABA; }
span { border-color: rgb(55,138,186); }
td.TdClassName
{
border-color: #378ABA;
}
.TagClassName
{
border-color: #378ABA;
}
</style>