Shades of Curious Blue #397BCF
Tints of Curious Blue #397BCF
RGB
CMYK
RGB Variations
Color information
#397BCF (or 0x397BCF) is known color: Curious Blue. HEX triplet: 39, 7B and CF. RGB value is (57,123,207). Sum of RGB (Red+Green+Blue) = 57+123+207=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #397BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BCF is #C68430. Grayscale: #707070. Windows color (decimal): -13009969 or 13597497. OLE color: 13597497.
HSL color Cylindrical-coordinate representation of color #397BCF: hue angle of 213.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397BCF is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 123 | 207 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.19 |
| HSL | 213.6º | 0.61% | 0.52% | - |
| HSV(B) | 213.6º | 0.72% | 0.81% | - |
| XYZ | 20.03 | 19.54 | 61.75 | - |
| YUV | 112.84 | 181.13 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 207 | 0.72 | 0.41 | 0 | 0.19 | 213.6 | 0.61 | 0.52 |
| Hex | 39 | 7B | CF | 48 | 29 | 0 | 13 | D6 | 3D | 34 |
| Octal | 71 | 173 | 317 | 110 | 51 | 0 | 23 | 326 | 75 | 64 |
| Binary | 111001 | 1111011 | 11001111 | 1001000 | 101001 | 0 | 10011 | 11010110 | 111101 | 110100 |
Color Harmonies of #397BCF
Complementary color
Monochromatic Colors of #397BCF
Black with #397BCF
Text Example
Text Example
White with #397BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BCF; }
p { color: rgb(57,123,207); }
H1.HeaderClassName
{
color: #397BCF;
}
.AnyTagClassName
{
color: #397BCF;
}
</style>
background-color css
<style>
a { background-color: #397BCF; }
a { background-color: rgb(57,123,207); }
div.DivClassName
{
background-color: #397BCF;
}
.BgClassName
{
background-color: #397BCF;
}
</style>
border-color css
<style>
span { border-color: #397BCF; }
span { border-color: rgb(57,123,207); }
td.TdClassName
{
border-color: #397BCF;
}
.TagClassName
{
border-color: #397BCF;
}
</style>