Shades of Curious Blue #378AB9
Tints of Curious Blue #378AB9
RGB
CMYK
RGB Variations
Color information
#378AB9 (or 0x378AB9) is known color: Curious Blue. HEX triplet: 37, 8A and B9. RGB value is (55,138,185). Sum of RGB (Red+Green+Blue) = 55+138+185=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #378AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378AB9 is #C87546. Grayscale: #767676. Windows color (decimal): -13137223 or 12159543. OLE color: 12159543.
HSL color Cylindrical-coordinate representation of color #378AB9: hue angle of 201.69º 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 #378AB9 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 138 | 185 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.27 |
| HSL | 201.69º | 0.54% | 0.47% | - |
| HSV(B) | 201.69º | 0.7% | 0.73% | - |
| XYZ | 19.42 | 22.49 | 49.22 | - |
| YUV | 118.54 | 165.5 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 185 | 0.70 | 0.25 | 0 | 0.27 | 201.69 | 0.54 | 0.47 |
| Hex | 37 | 8A | B9 | 46 | 19 | 0 | 1B | CA | 36 | 2F |
| Octal | 67 | 212 | 271 | 106 | 31 | 0 | 33 | 312 | 66 | 57 |
| Binary | 110111 | 10001010 | 10111001 | 1000110 | 11001 | 0 | 11011 | 11001010 | 110110 | 101111 |
Color Harmonies of #378AB9
Complementary color
Monochromatic Colors of #378AB9
Black with #378AB9
Text Example
Text Example
White with #378AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378AB9; }
p { color: rgb(55,138,185); }
H1.HeaderClassName
{
color: #378AB9;
}
.AnyTagClassName
{
color: #378AB9;
}
</style>
background-color css
<style>
a { background-color: #378AB9; }
a { background-color: rgb(55,138,185); }
div.DivClassName
{
background-color: #378AB9;
}
.BgClassName
{
background-color: #378AB9;
}
</style>
border-color css
<style>
span { border-color: #378AB9; }
span { border-color: rgb(55,138,185); }
td.TdClassName
{
border-color: #378AB9;
}
.TagClassName
{
border-color: #378AB9;
}
</style>