Shades of Curious Blue #397CBB
Tints of Curious Blue #397CBB
RGB
CMYK
RGB Variations
Color information
#397CBB (or 0x397CBB) is known color: Curious Blue. HEX triplet: 39, 7C and BB. RGB value is (57,124,187). Sum of RGB (Red+Green+Blue) = 57+124+187=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #397CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CBB is #C68344. Grayscale: #6E6E6E. Windows color (decimal): -13009733 or 12287033. OLE color: 12287033.
HSL color Cylindrical-coordinate representation of color #397CBB: hue angle of 209.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397CBB is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 124 | 187 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.27 |
| HSL | 209.08º | 0.53% | 0.48% | - |
| HSV(B) | 209.08º | 0.7% | 0.73% | - |
| XYZ | 17.86 | 18.87 | 49.72 | - |
| YUV | 111.15 | 170.8 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 187 | 0.70 | 0.34 | 0 | 0.27 | 209.08 | 0.53 | 0.48 |
| Hex | 39 | 7C | BB | 46 | 22 | 0 | 1B | D1 | 35 | 30 |
| Octal | 71 | 174 | 273 | 106 | 42 | 0 | 33 | 321 | 65 | 60 |
| Binary | 111001 | 1111100 | 10111011 | 1000110 | 100010 | 0 | 11011 | 11010001 | 110101 | 110000 |
Color Harmonies of #397CBB
Complementary color
Monochromatic Colors of #397CBB
Black with #397CBB
Text Example
Text Example
White with #397CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CBB; }
p { color: rgb(57,124,187); }
H1.HeaderClassName
{
color: #397CBB;
}
.AnyTagClassName
{
color: #397CBB;
}
</style>
background-color css
<style>
a { background-color: #397CBB; }
a { background-color: rgb(57,124,187); }
div.DivClassName
{
background-color: #397CBB;
}
.BgClassName
{
background-color: #397CBB;
}
</style>
border-color css
<style>
span { border-color: #397CBB; }
span { border-color: rgb(57,124,187); }
td.TdClassName
{
border-color: #397CBB;
}
.TagClassName
{
border-color: #397CBB;
}
</style>