Shades of Curious Blue #379BC6
Tints of Curious Blue #379BC6
RGB
CMYK
RGB Variations
Color information
#379BC6 (or 0x379BC6) is known color: Curious Blue. HEX triplet: 37, 9B and C6. RGB value is (55,155,198). Sum of RGB (Red+Green+Blue) = 55+155+198=408 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.48% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #379BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BC6 is #C86439. Grayscale: #818181. Windows color (decimal): -13132858 or 13015863. OLE color: 13015863.
HSL color Cylindrical-coordinate representation of color #379BC6: hue angle of 198.04º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #379BC6 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 155 | 198 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.22 |
| HSL | 198.04º | 0.57% | 0.5% | - |
| HSV(B) | 198.04º | 0.72% | 0.78% | - |
| XYZ | 23.49 | 28.33 | 57.66 | - |
| YUV | 130 | 166.37 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 198 | 0.72 | 0.22 | 0 | 0.22 | 198.04 | 0.57 | 0.5 |
| Hex | 37 | 9B | C6 | 48 | 16 | 0 | 16 | C6 | 39 | 32 |
| Octal | 67 | 233 | 306 | 110 | 26 | 0 | 26 | 306 | 71 | 62 |
| Binary | 110111 | 10011011 | 11000110 | 1001000 | 10110 | 0 | 10110 | 11000110 | 111001 | 110010 |
Color Harmonies of #379BC6
Complementary color
Monochromatic Colors of #379BC6
Black with #379BC6
Text Example
Text Example
White with #379BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379BC6; }
p { color: rgb(55,155,198); }
H1.HeaderClassName
{
color: #379BC6;
}
.AnyTagClassName
{
color: #379BC6;
}
</style>
background-color css
<style>
a { background-color: #379BC6; }
a { background-color: rgb(55,155,198); }
div.DivClassName
{
background-color: #379BC6;
}
.BgClassName
{
background-color: #379BC6;
}
</style>
border-color css
<style>
span { border-color: #379BC6; }
span { border-color: rgb(55,155,198); }
td.TdClassName
{
border-color: #379BC6;
}
.TagClassName
{
border-color: #379BC6;
}
</style>