Shades of Curious Blue #397FB0
Tints of Curious Blue #397FB0
RGB
CMYK
RGB Variations
Color information
#397FB0 (or 0x397FB0) is known color: Curious Blue. HEX triplet: 39, 7F and B0. RGB value is (57,127,176). Sum of RGB (Red+Green+Blue) = 57+127+176=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 176 - color contains mainly: blue. Hex color #397FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397FB0 is #C6804F. Grayscale: #6F6F6F. Windows color (decimal): -13008976 or 11566905. OLE color: 11566905.
HSL color Cylindrical-coordinate representation of color #397FB0: hue angle of 204.71º 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 #397FB0 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 127 | 176 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.31 |
| HSL | 204.71º | 0.51% | 0.46% | - |
| HSV(B) | 204.71º | 0.68% | 0.69% | - |
| XYZ | 17.11 | 19.18 | 43.88 | - |
| YUV | 111.66 | 164.31 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 176 | 0.68 | 0.28 | 0 | 0.31 | 204.71 | 0.51 | 0.46 |
| Hex | 39 | 7F | B0 | 44 | 1C | 0 | 1F | CD | 33 | 2E |
| Octal | 71 | 177 | 260 | 104 | 34 | 0 | 37 | 315 | 63 | 56 |
| Binary | 111001 | 1111111 | 10110000 | 1000100 | 11100 | 0 | 11111 | 11001101 | 110011 | 101110 |
Color Harmonies of #397FB0
Complementary color
Monochromatic Colors of #397FB0
Black with #397FB0
Text Example
Text Example
White with #397FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FB0; }
p { color: rgb(57,127,176); }
H1.HeaderClassName
{
color: #397FB0;
}
.AnyTagClassName
{
color: #397FB0;
}
</style>
background-color css
<style>
a { background-color: #397FB0; }
a { background-color: rgb(57,127,176); }
div.DivClassName
{
background-color: #397FB0;
}
.BgClassName
{
background-color: #397FB0;
}
</style>
border-color css
<style>
span { border-color: #397FB0; }
span { border-color: rgb(57,127,176); }
td.TdClassName
{
border-color: #397FB0;
}
.TagClassName
{
border-color: #397FB0;
}
</style>