Shades of Curious Blue #397CB7
Tints of Curious Blue #397CB7
RGB
CMYK
RGB Variations
Color information
#397CB7 (or 0x397CB7) is known color: Curious Blue. HEX triplet: 39, 7C and B7. RGB value is (57,124,183). Sum of RGB (Red+Green+Blue) = 57+124+183=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #397CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CB7 is #C68348. Grayscale: #6E6E6E. Windows color (decimal): -13009737 or 12024889. OLE color: 12024889.
HSL color Cylindrical-coordinate representation of color #397CB7: hue angle of 208.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397CB7 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 57 | 124 | 183 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.28 |
| HSL | 208.1º | 0.53% | 0.47% | - |
| HSV(B) | 208.1º | 0.69% | 0.72% | - |
| XYZ | 17.44 | 18.7 | 47.49 | - |
| YUV | 110.69 | 168.8 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 183 | 0.69 | 0.32 | 0 | 0.28 | 208.1 | 0.53 | 0.47 |
| Hex | 39 | 7C | B7 | 45 | 20 | 0 | 1C | D0 | 34 | 2F |
| Octal | 71 | 174 | 267 | 105 | 40 | 0 | 34 | 320 | 64 | 57 |
| Binary | 111001 | 1111100 | 10110111 | 1000101 | 100000 | 0 | 11100 | 11010000 | 110100 | 101111 |
Color Harmonies of #397CB7
Complementary color
Monochromatic Colors of #397CB7
Black with #397CB7
Text Example
Text Example
White with #397CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CB7; }
p { color: rgb(57,124,183); }
H1.HeaderClassName
{
color: #397CB7;
}
.AnyTagClassName
{
color: #397CB7;
}
</style>
background-color css
<style>
a { background-color: #397CB7; }
a { background-color: rgb(57,124,183); }
div.DivClassName
{
background-color: #397CB7;
}
.BgClassName
{
background-color: #397CB7;
}
</style>
border-color css
<style>
span { border-color: #397CB7; }
span { border-color: rgb(57,124,183); }
td.TdClassName
{
border-color: #397CB7;
}
.TagClassName
{
border-color: #397CB7;
}
</style>