Shades of Curious Blue #397DBE
Tints of Curious Blue #397DBE
RGB
CMYK
RGB Variations
Color information
#397DBE (or 0x397DBE) is known color: Curious Blue. HEX triplet: 39, 7D and BE. RGB value is (57,125,190). Sum of RGB (Red+Green+Blue) = 57+125+190=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #397DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DBE is #C68241. Grayscale: #6F6F6F. Windows color (decimal): -13009474 or 12483897. OLE color: 12483897.
HSL color Cylindrical-coordinate representation of color #397DBE: hue angle of 209.32º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397DBE is Cyan = 0.7, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 125 | 190 | - |
| CMYK | 0.7 | 0.34 | 0 | 0.25 |
| HSL | 209.32º | 0.54% | 0.48% | - |
| HSV(B) | 209.32º | 0.7% | 0.75% | - |
| XYZ | 18.32 | 19.25 | 51.47 | - |
| YUV | 112.08 | 171.97 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 190 | 0.7 | 0.34 | 0 | 0.25 | 209.32 | 0.54 | 0.48 |
| Hex | 39 | 7D | BE | 46 | 22 | 0 | 19 | D1 | 36 | 30 |
| Octal | 71 | 175 | 276 | 106 | 42 | 0 | 31 | 321 | 66 | 60 |
| Binary | 111001 | 1111101 | 10111110 | 1000110 | 100010 | 0 | 11001 | 11010001 | 110110 | 110000 |
Color Harmonies of #397DBE
Complementary color
Monochromatic Colors of #397DBE
Black with #397DBE
Text Example
Text Example
White with #397DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397DBE; }
p { color: rgb(57,125,190); }
H1.HeaderClassName
{
color: #397DBE;
}
.AnyTagClassName
{
color: #397DBE;
}
</style>
background-color css
<style>
a { background-color: #397DBE; }
a { background-color: rgb(57,125,190); }
div.DivClassName
{
background-color: #397DBE;
}
.BgClassName
{
background-color: #397DBE;
}
</style>
border-color css
<style>
span { border-color: #397DBE; }
span { border-color: rgb(57,125,190); }
td.TdClassName
{
border-color: #397DBE;
}
.TagClassName
{
border-color: #397DBE;
}
</style>