Shades of Curious Blue #397ACF
Tints of Curious Blue #397ACF
RGB
CMYK
RGB Variations
Color information
#397ACF (or 0x397ACF) is known color: Curious Blue. HEX triplet: 39, 7A and CF. RGB value is (57,122,207). Sum of RGB (Red+Green+Blue) = 57+122+207=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #397ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ACF is #C68530. Grayscale: #6F6F6F. Windows color (decimal): -13010225 or 13597241. OLE color: 13597241.
HSL color Cylindrical-coordinate representation of color #397ACF: hue angle of 214º 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 #397ACF is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 122 | 207 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.19 |
| HSL | 214º | 0.61% | 0.52% | - |
| HSV(B) | 214º | 0.72% | 0.81% | - |
| XYZ | 19.91 | 19.29 | 61.71 | - |
| YUV | 112.26 | 181.47 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 207 | 0.72 | 0.41 | 0 | 0.19 | 214 | 0.61 | 0.52 |
| Hex | 39 | 7A | CF | 48 | 29 | 0 | 13 | D6 | 3D | 34 |
| Octal | 71 | 172 | 317 | 110 | 51 | 0 | 23 | 326 | 75 | 64 |
| Binary | 111001 | 1111010 | 11001111 | 1001000 | 101001 | 0 | 10011 | 11010110 | 111101 | 110100 |
Color Harmonies of #397ACF
Complementary color
Monochromatic Colors of #397ACF
Black with #397ACF
Text Example
Text Example
White with #397ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397ACF; }
p { color: rgb(57,122,207); }
H1.HeaderClassName
{
color: #397ACF;
}
.AnyTagClassName
{
color: #397ACF;
}
</style>
background-color css
<style>
a { background-color: #397ACF; }
a { background-color: rgb(57,122,207); }
div.DivClassName
{
background-color: #397ACF;
}
.BgClassName
{
background-color: #397ACF;
}
</style>
border-color css
<style>
span { border-color: #397ACF; }
span { border-color: rgb(57,122,207); }
td.TdClassName
{
border-color: #397ACF;
}
.TagClassName
{
border-color: #397ACF;
}
</style>