Shades of Curious Blue #379BC7
Tints of Curious Blue #379BC7
RGB
CMYK
RGB Variations
Color information
#379BC7 (or 0x379BC7) is known color: Curious Blue. HEX triplet: 37, 9B and C7. RGB value is (55,155,199). Sum of RGB (Red+Green+Blue) = 55+155+199=409 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.45% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #379BC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BC7 is #C86438. Grayscale: #818181. Windows color (decimal): -13132857 or 13081399. OLE color: 13081399.
HSL color Cylindrical-coordinate representation of color #379BC7: hue angle of 198.33º 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 #379BC7 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 155 | 199 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.22 |
| HSL | 198.33º | 0.57% | 0.5% | - |
| HSV(B) | 198.33º | 0.72% | 0.78% | - |
| XYZ | 23.61 | 28.38 | 58.27 | - |
| YUV | 130.12 | 166.87 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 199 | 0.72 | 0.22 | 0 | 0.22 | 198.33 | 0.57 | 0.5 |
| Hex | 37 | 9B | C7 | 48 | 16 | 0 | 16 | C6 | 39 | 32 |
| Octal | 67 | 233 | 307 | 110 | 26 | 0 | 26 | 306 | 71 | 62 |
| Binary | 110111 | 10011011 | 11000111 | 1001000 | 10110 | 0 | 10110 | 11000110 | 111001 | 110010 |
Color Harmonies of #379BC7
Complementary color
Monochromatic Colors of #379BC7
Black with #379BC7
Text Example
Text Example
White with #379BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379BC7; }
p { color: rgb(55,155,199); }
H1.HeaderClassName
{
color: #379BC7;
}
.AnyTagClassName
{
color: #379BC7;
}
</style>
background-color css
<style>
a { background-color: #379BC7; }
a { background-color: rgb(55,155,199); }
div.DivClassName
{
background-color: #379BC7;
}
.BgClassName
{
background-color: #379BC7;
}
</style>
border-color css
<style>
span { border-color: #379BC7; }
span { border-color: rgb(55,155,199); }
td.TdClassName
{
border-color: #379BC7;
}
.TagClassName
{
border-color: #379BC7;
}
</style>