Shades of Curious Blue #397FB1
Tints of Curious Blue #397FB1
RGB
CMYK
RGB Variations
Color information
#397FB1 (or 0x397FB1) is known color: Curious Blue. HEX triplet: 39, 7F and B1. RGB value is (57,127,177). Sum of RGB (Red+Green+Blue) = 57+127+177=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 177 - color contains mainly: blue. Hex color #397FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397FB1 is #C6804E. Grayscale: #6F6F6F. Windows color (decimal): -13008975 or 11632441. OLE color: 11632441.
HSL color Cylindrical-coordinate representation of color #397FB1: hue angle of 205º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #397FB1 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 127 | 177 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.31 |
| HSL | 205º | 0.51% | 0.46% | - |
| HSV(B) | 205º | 0.68% | 0.69% | - |
| XYZ | 17.21 | 19.22 | 44.4 | - |
| YUV | 111.77 | 164.81 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 177 | 0.68 | 0.28 | 0 | 0.31 | 205 | 0.51 | 0.46 |
| Hex | 39 | 7F | B1 | 44 | 1C | 0 | 1F | CD | 33 | 2E |
| Octal | 71 | 177 | 261 | 104 | 34 | 0 | 37 | 315 | 63 | 56 |
| Binary | 111001 | 1111111 | 10110001 | 1000100 | 11100 | 0 | 11111 | 11001101 | 110011 | 101110 |
Color Harmonies of #397FB1
Complementary color
Monochromatic Colors of #397FB1
Black with #397FB1
Text Example
Text Example
White with #397FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FB1; }
p { color: rgb(57,127,177); }
H1.HeaderClassName
{
color: #397FB1;
}
.AnyTagClassName
{
color: #397FB1;
}
</style>
background-color css
<style>
a { background-color: #397FB1; }
a { background-color: rgb(57,127,177); }
div.DivClassName
{
background-color: #397FB1;
}
.BgClassName
{
background-color: #397FB1;
}
</style>
border-color css
<style>
span { border-color: #397FB1; }
span { border-color: rgb(57,127,177); }
td.TdClassName
{
border-color: #397FB1;
}
.TagClassName
{
border-color: #397FB1;
}
</style>