Shades of Curious Blue #397FC0
Tints of Curious Blue #397FC0
RGB
CMYK
RGB Variations
Color information
#397FC0 (or 0x397FC0) is known color: Curious Blue. HEX triplet: 39, 7F and C0. RGB value is (57,127,192). Sum of RGB (Red+Green+Blue) = 57+127+192=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #397FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FC0 is #C6803F. Grayscale: #717171. Windows color (decimal): -13008960 or 12615481. OLE color: 12615481.
HSL color Cylindrical-coordinate representation of color #397FC0: hue angle of 208.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397FC0 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 127 | 192 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.25 |
| HSL | 208.89º | 0.54% | 0.49% | - |
| HSV(B) | 208.89º | 0.7% | 0.75% | - |
| XYZ | 18.79 | 19.85 | 52.71 | - |
| YUV | 113.48 | 172.31 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 192 | 0.70 | 0.34 | 0 | 0.25 | 208.89 | 0.54 | 0.49 |
| Hex | 39 | 7F | C0 | 46 | 22 | 0 | 19 | D1 | 36 | 31 |
| Octal | 71 | 177 | 300 | 106 | 42 | 0 | 31 | 321 | 66 | 61 |
| Binary | 111001 | 1111111 | 11000000 | 1000110 | 100010 | 0 | 11001 | 11010001 | 110110 | 110001 |
Color Harmonies of #397FC0
Complementary color
Monochromatic Colors of #397FC0
Black with #397FC0
Text Example
Text Example
White with #397FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FC0; }
p { color: rgb(57,127,192); }
H1.HeaderClassName
{
color: #397FC0;
}
.AnyTagClassName
{
color: #397FC0;
}
</style>
background-color css
<style>
a { background-color: #397FC0; }
a { background-color: rgb(57,127,192); }
div.DivClassName
{
background-color: #397FC0;
}
.BgClassName
{
background-color: #397FC0;
}
</style>
border-color css
<style>
span { border-color: #397FC0; }
span { border-color: rgb(57,127,192); }
td.TdClassName
{
border-color: #397FC0;
}
.TagClassName
{
border-color: #397FC0;
}
</style>