Shades of Curious Blue #3788BC
Tints of Curious Blue #3788BC
RGB
CMYK
RGB Variations
Color information
#3788BC (or 0x3788BC) is known color: Curious Blue. HEX triplet: 37, 88 and BC. RGB value is (55,136,188). Sum of RGB (Red+Green+Blue) = 55+136+188=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #3788BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3788BC is #C87743. Grayscale: #757575. Windows color (decimal): -13137732 or 12355639. OLE color: 12355639.
HSL color Cylindrical-coordinate representation of color #3788BC: hue angle of 203.46º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3788BC is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 136 | 188 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.26 |
| HSL | 203.46º | 0.55% | 0.48% | - |
| HSV(B) | 203.46º | 0.71% | 0.74% | - |
| XYZ | 19.46 | 22.05 | 50.81 | - |
| YUV | 117.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 188 | 0.71 | 0.28 | 0 | 0.26 | 203.46 | 0.55 | 0.48 |
| Hex | 37 | 88 | BC | 47 | 1C | 0 | 1A | CB | 37 | 30 |
| Octal | 67 | 210 | 274 | 107 | 34 | 0 | 32 | 313 | 67 | 60 |
| Binary | 110111 | 10001000 | 10111100 | 1000111 | 11100 | 0 | 11010 | 11001011 | 110111 | 110000 |
Color Harmonies of #3788BC
Complementary color
Monochromatic Colors of #3788BC
Black with #3788BC
Text Example
Text Example
White with #3788BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3788BC; }
p { color: rgb(55,136,188); }
H1.HeaderClassName
{
color: #3788BC;
}
.AnyTagClassName
{
color: #3788BC;
}
</style>
background-color css
<style>
a { background-color: #3788BC; }
a { background-color: rgb(55,136,188); }
div.DivClassName
{
background-color: #3788BC;
}
.BgClassName
{
background-color: #3788BC;
}
</style>
border-color css
<style>
span { border-color: #3788BC; }
span { border-color: rgb(55,136,188); }
td.TdClassName
{
border-color: #3788BC;
}
.TagClassName
{
border-color: #3788BC;
}
</style>